You might have closed the IndexReader object but trying to access the search results.
Regards Aditya www.findbestopensource.com On Tue, Apr 5, 2011 at 5:26 PM, Yogesh Dabhi <yda...@asite.com> wrote: > Hi > > > > My application is cluster in jobss application servers & lucene > directory was shared. > > > > Concurrently 5 user access same lucene directory for searching document > > That time I got bellow exception > > org.apache.lucene.store.AlreadyClosedException: this IndexReader is > closed > > > > is there a way to handle such error > > > > Thanks & Regards > > Yogesh > >