Re: problem with IndexSearcher

2005-06-14 Thread Tony Schwartz
It appears you have answered your own question. The problem seems to be in your code. Without seeing it though, how can we help? Tony Schwartz [EMAIL PROTECTED] "What we need is more cowbell." > Hi, > I'm currently using Lucene on a java web site; I've a class containing a > synchronized meth

problem with IndexSearcher

2005-06-14 Thread Stefano Buliani
Hi, I'm currently using Lucene on a java web site; I've a class containing a synchronized method that runs all the update on the index, this class also contains a method (not synchronized) called getSearcher which returns an IndexSearcher object. I'm using the singleton pattern for this class so t