On 2/8/07, Mike Klaas <[EMAIL PROTECTED]> wrote:
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.

Update: I am a fool.  Solr's does get queried twice as a result of
that particular query with different result offsets (due to the
internal machinery of the system).

So it is "only" caching one copy of the filter per query.

INFO: put: +domain:"org python (www orgpythonwww)"(hashCode=-1944743566)
INFO: put: +domain:"org python (www orgpythonwww)"(hashCode=393535838)
INFO: put: +domain:"org python (www orgpythonwww)"(hashCode=-1974003462)
INFO: put: +domain:"org python (www orgpythonwww)"(hashCode=-606209495)
...


-Mike

Reply via email to