Thanks Mark and Jason for your responses and your contrib to Lucene. I will try to dig into them and incorporate the ideas into my app. Thanks again!
Alex >-----Original Message----- >From: Jason Rutherglen [mailto:[EMAIL PROTECTED] >Sent: Thursday, August 07, 2008 10:07 AM >To: java-user@lucene.apache.org >Subject: Re: Lucene Concurrency Issue > >The contrib realtime search patch enables the functionality you described. >https://issues.apache.org/jira/browse/LUCENE-1313 > >On Wed, Aug 6, 2008 at 7:45 PM, Alex Wang <[EMAIL PROTECTED]> wrote: > >> >> Hi all, >> >> To allow mutilple users concurrently add, delete docs and at the same >time >> search the same index, what should I watch out for in terms of initing >> indexreader, indexwriter and indexsearcher? >> >> My application is getting various IOException (seek failed, permission >> denied, etc...) when concurrent add/delete/search happens. Is there any >> general guidelines that you can share? Thanks in advance! >> >> Alex >> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]