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
- relates to
-
SOLR-6607 Managing requesthandlers through API
- Closed