This is generally true, most of the time. But my experience is, there can be some FileNotFoundException, if your searcher is opened for a while, and indexing is doing some file deleting/renaming when merging.
Of course, if your data volumn is not that large and updating is not often, maybe you won't meet with it. Chris --------------------------- http://www.dbsight.net Lucene search on Any Database On 12/27/05, Steven Pannell <[EMAIL PROTECTED]> wrote: > 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]