On Tue, Nov 10, 2009 at 11:43 AM, Jamie Band <ja...@stimulussoft.com> wrote:
> As an aside note, is there any way for Lucene to support simultaneous writes
> to an index?

The indexing process is highly parallelized... just use multiple
threads to add documents to the same IndexWriter.

-Yonik
http://www.lucidimagination.com

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to