Re: Problems with embedded Solr

2007-07-26 Thread Stu Hood
I've filed this as https://issues.apache.org/jira/browse/SOLR-320 Sorry for the mixups! Stu -Original Message- From: Ryan McKinley <[EMAIL PROTECTED]> Sent: Thu, July 26, 2007 1:27 am To: solr-user@lucene.apache.org Subject: Re: Problems with embedded Solr no attac

Re: Problems with embedded Solr

2007-07-26 Thread Stu Hood
cause calling System.exit is not an option for my application. Is there a step I'm missing? Thanks, Stu -Original Message- From: Ryan McKinley <[EMAIL PROTECTED]> Sent: Thu, July 26, 2007 1:27 am To: solr-user@lucene.apache.org Subject: Re: Problems with embedded Solr no attachme

Re: Problems with embedded Solr

2007-07-25 Thread Ryan McKinley
no attachments came through... Off hand, "SolrCore.close()" should not exit the program, it just closes the searchers and cleans up after itself. System.exit(0); will terminate the program. Stu Hood wrote: I'll try that again... (don't let my e-mail failures reflect badly on Webmail.us =)

Re: Problems with embedded Solr

2007-07-25 Thread Ryan McKinley
Stu Hood wrote: Can you resend your question without a tar file? thanks ryan