On Jun 27, 2006, at 10:32 AM, Fabrice Robini wrote:
That's also my case...
I create a new IndexSearcher at each query, but with a static and
instanciated Directory.

New IndexSearcher(myDirectory)

It seems to be OK... am I wrong ?

You may be "ok" given your query patterns, but you won't benefit from Lucene internal caching unless you use a single IndexSearcher (or IndexReader, as just pointed out).

        Erik


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

Reply via email to