Hi,

Basically you can update/delete and read an index simultaneously.

When you start to read the index and then update/delete the index, the
current read process will continue reading with the old data before the
delete took place.  A little bit like a transaction on the database.

You don't have to do anything, just use the standard lucene classes.

S.


-----Original Message-----
From: K.A.Hussain Ali [mailto:[EMAIL PROTECTED]
Sent: 27 December 2005 09:49
To: java-user@lucene.apache.org
Subject: Indexing and deleting simultaneously..


HI all.

I am a newbie to Lucene..
Could we do indexing and deleting a document on the same file simultaneously
?

Do lucene provide such options to carry out  the tasks?

Any Help is greatly appreciated

Thanks in advacne

regards
-Hussain.

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

Reply via email to