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:
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
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