Home | About | Sematext search-lucene.com search-hadoop.com
 Search Lucene and all its subprojects:

Switch to Plain View
Lucene, mail # user - Concurrent Issue


+
Yogesh Dabhi 2011-04-05, 11:56
+
Ian Lea 2011-04-05, 13:46
+
Piotr Pezik 2011-04-06, 13:50
+
findbestopensource 2011-04-07, 06:08
+
Umesh Prasad 2011-04-08, 05:33
+
Michael McCandless 2011-04-08, 10:21
+
Piotr Pezik 2011-04-08, 10:54
+
Michael McCandless 2011-04-08, 12:55
Copy link to this message
-
Re: Concurrent Issue
findbestopensource 2011-04-06, 09:53
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 <[EMAIL PROTECTED]> 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
>
>