Re: [jira] [Updated] (SOLR-9657) Create a new TemplateUpdateRequestProcessorFactory

2016-10-19 Thread Noble Paul
No DIH dependency. I just moved the code around so that the same
functionality can be used by core and DIH.



On Wed, Oct 19, 2016 at 5:18 AM, Erik Hatcher 
wrote:

> Is there DIH contrib dependency here?   Cough, Velocity, cough - if you
> wanted more power.  Formatting functions etc.
>
> Also, I don't like the capital 'Template' - that's inconsistent.
>
> > On Oct 19, 2016, at 01:11, Noble Paul (JIRA)  wrote:
> >
> >
> > [ https://issues.apache.org/jira/browse/SOLR-9657?page=
> com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
> >
> > Noble Paul updated SOLR-9657:
> > -
> >Summary: Create a new TemplateUpdateRequestProcessorFactory  (was:
> Create a new TemplateUpdateProcessorFactory)
> >
> >> Create a new TemplateUpdateRequestProcessorFactory
> >> --
> >>
> >>Key: SOLR-9657
> >>URL: https://issues.apache.org/jira/browse/SOLR-9657
> >>Project: Solr
> >> Issue Type: New Feature
> >> Security Level: Public(Default Security Level. Issues are Public)
> >>   Reporter: Noble Paul
> >>   Assignee: Noble Paul
> >>Attachments: SOLR-9657.patch
> >>
> >>
> >> Unlike other URPs, this will operate on request parameters
> >> example:
> >> {code}
> >> processor=Template&Template.field=fname:${somefield}some_
> string${someotherfield}
> >> {code}
> >> The actual name of the class is {{TemplateUpdateProcessorFactory}} and
> it is possible to optionally drop the {{UpdateProcessorfactory}} part.  The
> {{Template.field}} specifies a field name as well as a template. The
> {{Template.field}} parameter is multivalued , so , it is possible to add
> multiple fields or a multivalued field with same name
> >
> >
> >
> > --
> > This message was sent by Atlassian JIRA
> > (v6.3.4#6332)
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
> > For additional commands, e-mail: dev-h...@lucene.apache.org
> >
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
> For additional commands, e-mail: dev-h...@lucene.apache.org
>
>


-- 
-
Noble Paul


Re: [jira] [Updated] (SOLR-9657) Create a new TemplateUpdateRequestProcessorFactory

2016-10-19 Thread Erik Hatcher
Is there DIH contrib dependency here?   Cough, Velocity, cough - if you wanted 
more power.  Formatting functions etc.  

Also, I don't like the capital 'Template' - that's inconsistent.  

> On Oct 19, 2016, at 01:11, Noble Paul (JIRA)  wrote:
> 
> 
> [ 
> https://issues.apache.org/jira/browse/SOLR-9657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
>  ]
> 
> Noble Paul updated SOLR-9657:
> -
>Summary: Create a new TemplateUpdateRequestProcessorFactory  (was: Create 
> a new TemplateUpdateProcessorFactory)
> 
>> Create a new TemplateUpdateRequestProcessorFactory
>> --
>> 
>>Key: SOLR-9657
>>URL: https://issues.apache.org/jira/browse/SOLR-9657
>>Project: Solr
>> Issue Type: New Feature
>> Security Level: Public(Default Security Level. Issues are Public) 
>>   Reporter: Noble Paul
>>   Assignee: Noble Paul
>>Attachments: SOLR-9657.patch
>> 
>> 
>> Unlike other URPs, this will operate on request parameters
>> example:
>> {code}
>> processor=Template&Template.field=fname:${somefield}some_string${someotherfield}
>> {code}
>> The actual name of the class is {{TemplateUpdateProcessorFactory}} and it is 
>> possible to optionally drop the {{UpdateProcessorfactory}} part.  The 
>> {{Template.field}} specifies a field name as well as a template. The 
>> {{Template.field}} parameter is multivalued , so , it is possible to add 
>> multiple fields or a multivalued field with same name
> 
> 
> 
> --
> This message was sent by Atlassian JIRA
> (v6.3.4#6332)
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
> For additional commands, e-mail: dev-h...@lucene.apache.org
> 

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (SOLR-9657) Create a new TemplateUpdateRequestProcessorFactory

2016-10-18 Thread Noble Paul (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-9657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Noble Paul updated SOLR-9657:
-
Summary: Create a new TemplateUpdateRequestProcessorFactory  (was: Create a 
new TemplateUpdateProcessorFactory)

> Create a new TemplateUpdateRequestProcessorFactory
> --
>
> Key: SOLR-9657
> URL: https://issues.apache.org/jira/browse/SOLR-9657
> Project: Solr
>  Issue Type: New Feature
>  Security Level: Public(Default Security Level. Issues are Public) 
>Reporter: Noble Paul
>Assignee: Noble Paul
> Attachments: SOLR-9657.patch
>
>
> Unlike other URPs, this will operate on request parameters
> example:
> {code}
> processor=Template&Template.field=fname:${somefield}some_string${someotherfield}
> {code}
> The actual name of the class is {{TemplateUpdateProcessorFactory}} and it is 
> possible to optionally drop the {{UpdateProcessorfactory}} part.  The 
> {{Template.field}} specifies a field name as well as a template. The 
> {{Template.field}} parameter is multivalued , so , it is possible to add 
> multiple fields or a multivalued field with same name



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org