Noble Paul created SOLR-13543:
---------------------------------

             Summary: Custome requesthandlers at corecontainer level
                 Key: SOLR-13543
                 URL: https://issues.apache.org/jira/browse/SOLR-13543
             Project: Solr
          Issue Type: Improvement
      Security Level: Public (Default Security Level. Issues are Public)
            Reporter: Noble Paul


These are plugins that could be instantiated at the corecontainer level. This 
will be running in all nodes
h2. How to configure them

they will be configured in {{solr.xml}} as follows. This is same as the Request 
handler config in {{solrconfig.xml}}

{code:xml}
<!--this class must implement SolrRequestHandler-->
<requestHandler name="/my_plugin" class="a.b.c" />
{code}
This handler will be accessible at  {{/solr/admin/my_plugin}} for v1 and at 
{{/node/my_plugin}} for v2 style API. 




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to