Re: Shutting down an instance of EmbeddedSolrServer

2009-05-20 Thread Eric Pugh
I created ticket SOLR-1178 for the small tweak. https://issues.apache.org/jira/browse/SOLR-1178 Eric On May 5, 2009, at 12:26 AM, Noble Paul നോബിള്‍ नोब्ळ् wrote: hi Eric, there should be a getter for CoreContainer in EmbeddedSolrServer. Open an issue --Noble On Tue, May 5, 2009 at 12:

Re: Shutting down an instance of EmbeddedSolrServer

2009-05-04 Thread Noble Paul നോബിള്‍ नोब्ळ्
hi Eric, there should be a getter for CoreContainer in EmbeddedSolrServer. Open an issue --Noble On Tue, May 5, 2009 at 12:17 AM, Eric Pugh wrote: > 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 callin

Shutting down an instance of EmbeddedSolrServer

2009-05-04 Thread Eric Pugh
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 C