On Monday 06 June 2005 11:11, Stefano Buliani wrote:

> My problem is that the index update procedure and the searches could run
> simultaneously, and, if they do, they corrupt the index file.

Search is a read-only thing, so why should it corrupt the index? Even 
having several writers at the same time will not corrupt the index, you'll 
get an IOException because of the lock files instead.

Regards
 Daniel

-- 
http://www.danielnaber.de

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

Reply via email to