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 >