On 2/8/07, Yonik Seeley <[EMAIL PROTECTED]> wrote:
On 2/8/07, Mike Klaas <[EMAIL PROTECTED]> wrote:
> I had a filter type that was interacting poorly with the Solr
> filterCache--identical filters were causing _2_ filterCache insertions
> per query.

That is strange.
What were the two parts of the code that added to the filterCache?

I haven't been able to figure that out.

If you re-run the same solr query, is something else added to the filterCache?
If not, it suggests some change was made to the MultiPhraseQuery
during the single Solr query.  If so, it suggests a problem with
MultiPhraseQuery.

After a single keyword + MultiPhraseQuery query:

lookups : 2
hits : 0
hitratio : 0.00
inserts : 2
evictions : 0
size : 2

Re-running hte same query:

lookups : 4
hits : 0
hitratio : 0.00
inserts : 4
evictions : 0
size : 4

-MIke

Reply via email to