> >  I would add some logging to the code
> 
> You lost me here... Where should I add some logging?

At the top of every method, or next to every lucene
call, or wherever anything interesting happens.

System.out.println("Calling search()");

or use log4j or whatever you prefer.

> >  to get more idea of which Lucene methods are
> > actually being called, when, in what sequence.
> 
> I typical sequence looks like that:
> 
> - search()
> - deleteIndexWithID()
> - indexValuesWithID()

You may think you know that.  You may even be right.
But are you positive?  Absolutely positive that
you are not accidentally opening multiple readers
or something?


--
Ian.

----------------------------------------------------------------------
Searchable personal storage and archiving from http://www.digimem.net/

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to