epugh commented on PR #4073: URL: https://github.com/apache/solr/pull/4073#issuecomment-3808721024
Okay, the issue is that `SystemInfoHandler` returns both information about the system, but also, if you load it with `CoreContainer`, it shows information about the specific core (this is why it's loaded in `ImplicitPlugins.json`). Really what we need is a `CoreInfoHandler` and a `SystemInfoHandler`. `SystemInfoHandler` lives at http://localhost:8983/solr/admin/system and `CoreInfoHandler` lives at http://localhost:8983/solr/<collection-name>/admin/core. -- 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]
