Erik Hatcher wrote:


On Jul 5, 2004, at 9:00 AM, Michael Wechner wrote:

If several users are saving documents on the server concurrently
and during saving the index shall be updated incrementally ... do
I have to make sure that it's going to be "threadsave" or does Lucene
take care of this?


Only a single IndexWriter instance at a time can be used - so you will need to coordinate things. Multiple threads can share a single IndexWriter though, so no worries there.


ok. Thanks very much for the info

Michi


Erik


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




--
Michael Wechner
Wyona Inc.  -   Open Source Content Management   -   Apache Lenya
http://www.wyona.com              http://cocoon.apache.org/lenya/
[EMAIL PROTECTED]                        [EMAIL PROTECTED]


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



Reply via email to