You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Noble Paul (JIRA)" <ji...@apache.org> on 2009/08/31 11:19:32 UTC

[jira] Resolved: (SOLR-1385) Add an 'enable' attribute to all plugins

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

Noble Paul resolved SOLR-1385.
------------------------------

    Resolution: Fixed

committed: r809512

> 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
>            Assignee: Noble Paul
>             Fix For: 1.4
>
>         Attachments: SOLR-1385.patch, SOLR-1385.patch, SOLR-1385.patch
>
>
> 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.