[
https://issues.apache.org/jira/browse/SOLR-13553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Noble Paul updated SOLR-13553:
------------------------------
Description:
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 is pesrsisted in {{clusterprops.json}}
{code:json}
{code}
was:
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}
> 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
> Assignee: Noble Paul
> Priority: Major
>
> 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 is pesrsisted in {{clusterprops.json}}
> {code:json}
> {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]