Ishan Chattopadhyaya created SOLR-10838:
-------------------------------------------
Summary: UpdateRequestProcessorChains should be able to use other
named URPs
Key: SOLR-10838
URL: https://issues.apache.org/jira/browse/SOLR-10838
Project: Solr
Issue Type: New Feature
Security Level: Public (Default Security Level. Issues are Public)
Reporter: Ishan Chattopadhyaya
If some URPs are defined in the configuration and have names, then there should
be support to define a update chain using those named URPs.
Proposed syntax:
{code}
<updateRequestProcessorChain name="mychain"
processor="p1,p2">
{code}
The motivation for doing this is so that Config APIs could then be used to
modify individual named URPs which are part of a chain. Note: config API
doesn't have any support for editing the URPs inside update chains right now;
hence this is a step forward.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]