Retrieve CoreContainer from EmbeddedSolrServer
----------------------------------------------

                 Key: SOLR-1178
                 URL: https://issues.apache.org/jira/browse/SOLR-1178
             Project: Solr
          Issue Type: Improvement
    Affects Versions: 1.4
            Reporter: Eric Pugh
            Priority: Minor


Submitting the patch suggested by Paul Noble to deal with this issue:

Hi all,

I notice that when I use EmbeddedSolrServer I have to use Control C to stop the 
process.  I think the way to shut it down is by calling

coreContainer.shutdown().

However, is it possible to get the coreContainer from a SolrServer object?  
Right now it is defined as protected final CoreContainer coreContainer;.

I wanted to do:

((EmbeddedSolrServer)solr)getCoreContainer.shutdown();

But is seem I need to keep my own reference to the coreContainer?

Is changing this worth a patch?

Eric


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to