Is this the right way to use Lucene in multithread env?

2008-05-09 Thread wolvernie88
. -- View this message in context: http://www.nabble.com/Is-this-the-right-way-to-use-Lucene-in-multithread-env--tp17150728p17150728.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. - To unsubscribe, e-mail

Re: Is this the right way to use Lucene in multithread env?

2008-05-09 Thread Otis Gospodnetic
- Solr - Nutch - Original Message From: wolvernie88 [EMAIL PROTECTED] To: java-user@lucene.apache.org Sent: Friday, May 9, 2008 11:38:43 AM Subject: Is this the right way to use Lucene in multithread env? Hi, Here is what I am using Lucene. I build the index (from different

Re: Is this the right way to use Lucene in multithread env?

2008-05-09 Thread wolvernie88
Subject: Is this the right way to use Lucene in multithread env? Hi, Here is what I am using Lucene. I build the index (from different data source) during midnight. I build a FSDirectory. Then I load it into RAMDirectory for the best performance. When I built it, I called