Add an 'enable' attribute to all plugins
-----------------------------------------
Key: SOLR-1385
URL: https://issues.apache.org/jira/browse/SOLR-1385
Project: Solr
Issue Type: New Feature
Reporter: Noble Paul
Let us add an attribute 'enable' to all the plugins to enable/disable it at
start time.
example:
{code:xml}
<requesthandler name="/update" enable="${enable.update}"/>
{code}
This helps in having a common solrconfig for master and slave and enable
disable components from external params
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.