Details
Description
- SolrIndexSearcher's register method put the name of searcher, but SolrCore's closeSearcher method remove name of currentSearcher on infoRegistry.
- SolrIndexSearcher's register method put the name of cache, but SolrIndexSearcher's close do not remove the name of cache.
so, there maybe lost some memory leak.