[ https://issues.apache.org/jira/browse/SOLR-13543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Noble Paul updated SOLR-13543: ------------------------------ Description: 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 {{/api/node/my_plugin}} for v2 style API. was: 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. > Custom 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 > Priority: Major > > 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 > {{/api/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