[
https://issues.apache.org/jira/browse/SOLR-6964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18053077#comment-18053077
]
Eric Pugh commented on SOLR-6964:
---------------------------------
Do you think this is still an important need? I'm investigating a bit how this
area works and wondering if knowing this is something we really want still?
Have there been actual use cases where you needed to know this?
> 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
> Priority: Major
>
> 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": {
> "" : {
> "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
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]