You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Hoss Man (Commented) (JIRA)" <ji...@apache.org> on 2012/02/04 03:01:54 UTC

[jira] [Commented] (SOLR-3095) update processor chain should check for "enable" attribute on all processors

    [ https://issues.apache.org/jira/browse/SOLR-3095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13200268#comment-13200268 ] 

Hoss Man commented on SOLR-3095:
--------------------------------

I started trying to hack together a patch for this and then realized: i'm pretty sure this already works because of how PluginInfo.loadSubPlugins works (it ignores "children" that is false==isEnabled())

so all we need is a test case to verify and future proof.
                
> update processor chain should check for "enable" attribute on all processors
> ----------------------------------------------------------------------------
>
>                 Key: SOLR-3095
>                 URL: https://issues.apache.org/jira/browse/SOLR-3095
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Hoss Man
>
> many types of plugins in Solr allow you to specify an "enabled" boolean when configuring them, so you can use system properties in the configuration file to determine at run time if they are actually used -- we should add low level support for this type of setting on the individual processor declarations in the UpdateRequestProcessorChain as well, so individual update processor factories don't have to deal with this.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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