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

Give source of the requesthandler etc in /config endpoint

    XMLWordPrintableJSON

Details

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

    Description

      Now requesthandlers (and more components coming up) can be loaded from 3 places. implicit PluginsRegistry.java and solrconfig.xml, configoverlay.json . So , it is necessary to know where was the actual component loaded and if it did override something from other places
      example:

      "/analysis/field": {
      "" : {
                        "source" : "overlay", // alternatively, implicit, solrconfig.xml
                        "overrides" : " solrconfig.xml"
                        }
      "startup": "lazy",
      "name": "/analysis/field",
      "class": "solr.FieldAnalysisRequestHandler"
      }
      

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated: