[ https://issues.apache.org/jira/browse/SOLR-13543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
David Smiley resolved SOLR-13543. --------------------------------- Resolution: Duplicate Closing as a duplicate. It came first and has a nice description but there's more discussion in SOLR-15782. > Custom requesthandlers at CoreContainer level > --------------------------------------------- > > Key: SOLR-13543 > URL: https://issues.apache.org/jira/browse/SOLR-13543 > Project: Solr > Issue Type: Improvement > 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 (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org