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/26 09:59:59 UTC

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

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.


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

Posted by "Noble Paul (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-1385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12748671#action_12748671 ] 

Noble Paul edited comment on SOLR-1385 at 8/27/09 10:18 PM:
------------------------------------------------------------

I guess this is trivial enough to be added to 1.4

      was (Author: noble.paul):
    I guess this is trivial enogh to be added to 1.4
  
> 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
>         Attachments: 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.


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

Posted by "Noble Paul (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-1385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Noble Paul updated SOLR-1385:
-----------------------------

    Attachment: SOLR-1385.patch

with a testcase. I plan to commit this soon

> 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.


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

Posted by "Noble Paul (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-1385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Noble Paul updated SOLR-1385:
-----------------------------

    Attachment: SOLR-1385.patch

simplified

> 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
>         Attachments: 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.


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

Posted by "Noble Paul (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-1385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Noble Paul updated SOLR-1385:
-----------------------------

    Fix Version/s: 1.4

> 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
>
>
> 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.


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

Posted by "Noble Paul (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-1385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Noble Paul reassigned SOLR-1385:
--------------------------------

    Assignee: Noble Paul

> 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
>         Attachments: 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.


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

Posted by "Noble Paul (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-1385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Noble Paul updated SOLR-1385:
-----------------------------

    Attachment: SOLR-1385.patch

I guess this is trivial enogh to be added to 1.4

> 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
>         Attachments: 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.


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

Posted by "Noble Paul (JIRA)" <ji...@apache.org>.
     [ 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.