Sounds good. Thanks for all the help.
Shawn.
-----Original Message-----
From: Paul Elschot [mailto:paul.elschot@xs4all.nl]
Sent: Monday, September 20, 2004 4:22 PM
To: lucene-user@jakarta.apache.org
Subject: Re: Too many boolean clauses
On Monday 20 September 2004 20:54, Shawn Konopinsky wrote:
> Hey Paul,
>
...
>
> Also - we are using a pooling feature which contains a pool of
> IndexSearchers that are used and tossed back each time we need to search.
> I'd hate to have to work around this and open up an IndexReader for this
> particular search, where all other searches use the pool. Suggestions?
You could use a map from the IndexSearcher back to the IndexReader that was
used to create it. (It's a bit of a waste because the IndexSearcher has a
reader
attribute internally.)
Regards,
Paul Elschot
---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-user-help@jakarta.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-user-help@jakarta.apache.org
|