You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Noble Paul (JIRA)" <ji...@apache.org> on 2019/07/02 10:16:00 UTC

[jira] [Updated] (SOLR-13553) Node level custom RequestHandlers

     [ 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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org