Description
Today we reference a custom updateRequestProcessorChain using the update request parameter "update.processor".
See http://wiki.apache.org/solr/SolrConfigXml#UpdateRequestProcessorChain_section
This is confusing, since what we are really referencing is not an UpdateProcessor, but an updateRequestProcessorChain.
I propose that "update.processor" is renamed as "update.chain" or similar
Attachments
Attachments
Issue Links
- is required by
-
SOLR-2750 Some places look for UpdateParams.UPDATE_CHAIN but not the deprecated "update.processor"
- Closed