For one of our projects - we need custom admin monitoring hooks that gets access to multiple cores for a given solr web app (through the CoreContainer interface).
There are common admin handler commands with the actions - register / swap / load etc. that seem to be available by default. I have submitted a patch to add custom admin handlers , against custom actions ( that also refactors the existing action handlers that are available by default as well ). This would be useful to extend the handlers that need access to multiple cores. Just curious if this is something that could be looked into . Thanks.