Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-13543

Custom requesthandlers at CoreContainer level

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • None
    • None

    Description

      These are plugins that could be instantiated at the corecontainer level. This will be running in all nodes

      How to configure them

      they will be configured in solr.xml as follows. This is same as the Request handler config in solrconfig.xml

      <!--this class must implement SolrRequestHandler-->
      <requestHandler name="/my_plugin" class="a.b.c" />
      

      This handler will be accessible at /solr/admin/my_plugin for v1 and at /api/node/my_plugin for v2 style API.

      Attachments

        Activity

          People

            Unassigned Unassigned
            noble.paul Noble Paul
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: