iamsanjay commented on PR #3521:
URL: https://github.com/apache/solr/pull/3521#issuecomment-3236280843
We have two ways of looking at the config
- the Configsets API (list/upload/delete, names only) and
- the collection-scoped /solr/{collection}/config endpoints (actual config:
handlers, params, etc.).
The solrconfig details on the first screen aren’t exposed by the Configsets
API; unless we fetch and parse files ourselves, we have to go via a collection.
That suggests we’re missing the collection context—in practice, or my personal
experience so far, edits happen from the collection side, not from the
configset context. And the whole thought came to my mind when we discussed
Configset object, because configsets api cannot share much info about config
unless we go via collection scoped endpoints.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]