You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Noble Paul (JIRA)" <ji...@apache.org> on 2015/04/09 09:06:12 UTC

[jira] [Created] (SOLR-7368) PreRegister UpdateRequestProcessorFactories with well known names

Noble Paul created SOLR-7368:
--------------------------------

             Summary: PreRegister UpdateRequestProcessorFactories with well known names
                 Key: SOLR-7368
                 URL: https://issues.apache.org/jira/browse/SOLR-7368
             Project: Solr
          Issue Type: Improvement
            Reporter: Noble Paul


Now , we have a way to register an updateProcessor and add it to a chain at request time, it makes sense to make our vast library of UpdteRequestProcessorFactories  available at request time . This means , the processors will optionally accept input from request params instead of strictly reading them from config.

for example , the {{FirstFieldValueUpdateProcessorFactory}} can be pre-registered as {{_firstField}} and it can be made to honor a param called {{_firstField.fieldName}}  . In that case a user can directly use the component by adding two params to the request {{processor=_firstField&_firstField.fieldName=someFieldName}}



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

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