Noble Paul created SOLR-13553:
---------------------------------

             Summary: Node level custom RequestHandlers
                 Key: SOLR-13553
                 URL: https://issues.apache.org/jira/browse/SOLR-13553
             Project: Solr
          Issue Type: Improvement
      Security Level: Public (Default Security Level. Issues are Public)
            Reporter: Noble Paul


These components 
* Available on every node
* deployed at the {{CoreContainer}} level
* Available at {{/solr/admin/<plugin-name> or {{/api/node/<plugin-name>}} (v2 
style)
* Should implement the {{SolrRequestHandler}} interface

The configuration looks as follows in {{solr.xml}} same as the configuration in 
{{solrconfig.xml}}

{code:xml}
<requestHandler name="/my_plugin" class="my.plugin.ClassName"/>
{code}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to