Noble Paul created SOLR-6964:
--------------------------------

             Summary: Give source of the requesthandler etc in /config endpoint
                 Key: SOLR-6964
                 URL: https://issues.apache.org/jira/browse/SOLR-6964
             Project: Solr
          Issue Type: Improvement
            Reporter: Noble Paul


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:
{code}
"/analysis/field": {
"_meta_" : {
                  "source" : "overlay", // alternatively, implicit, 
solrconfig.xml
                  "overrides" : " solrconfig.xml"
                  }
"startup": "lazy",
"name": "/analysis/field",
"class": "solr.FieldAnalysisRequestHandler"
}
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to