CoreAdminHandler should be thin wrapper over CoreContainer
----------------------------------------------------------
Key: SOLR-1636
URL: https://issues.apache.org/jira/browse/SOLR-1636
Project: Solr
Issue Type: Improvement
Reporter: Shalin Shekhar Mangar
Fix For: 1.5
There's too much functionality in CoreAdminHandler which ideally belongs to
CoreContainer. EmbeddedSolrServer clients have no way to easily load/unload
cores or merge cores without duplicating all the code inside CoreAdminHandler.
The goal of this issue is to refactor CoreAdminHandler and move its features to
CoreContainer so that CoreAdminHandler is just a thin wrapper over
CoreContainer.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.