So I should create a singe IndexWriter but allow multiple threads to use it?

On Oct 30, 2007, at 12:49 AM, Karl Wettin wrote:


30 okt 2007 kl. 05.08 skrev Michael Prichard:

If I multithread an indexing process can two or more processes write to the same index?

Multiple threads can add documents to the same writer. Multiple threads can usually not write using each a writer.


--
karl

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to