Hello Carmelo, Can you clarify what is "index" in your case? Concurrency issues, I believe, are well explained in:
http://darksleep.com/lucene/ (see "Digression: Thread Safety" chapter). Regards, Mindaugas On Thu, Oct 2, 2008 at 7:49 PM, Carmelo Saffioti <[EMAIL PROTECTED]> wrote: > Hi everybody, > I'm trying to use the Lucene index on a web application, on which there are > many concurrent users. How can I share the Lucene index to many concurrent > users? Some people said that a shared index is accessible only by one user > at time... > > > Thank you > Carmelo