On Fri, May 23, 2008 at 6:41 PM, Emmanuel Bernard <[EMAIL PROTECTED]> wrote: > From what i've seen, a Searcher is stateless and all the > state is kept in the Readers. so this essentially is equivalent to reusing > the searcher.
You're right, for a normal IndexSearcher, caching the Searcher is pretty equivalent to caching the IndexReader. -Yonik --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]