On 10/24/07, Norskog, Lance <[EMAIL PROTECTED]> wrote:
> I am creating a filter that is never used. Here is the query sequence:
>
> q=*:*&fq=contentid:00*&start=0&rows=200
>
> q=*:*&fq=contentid:00*&start=200&rows=200
>
> q=*:*&fq=contentid:00*&start=400&rows=200
>
> q=*:*&fq=contentid:00*&start=600&rows=200
>
> q=*:*&fq=contentid:00*&start=700&rows=200
>
> Accd' to the statistics here is my filter cache usage:
>
> lookups : 1
[...]
>
> I'm completely confused. I thought this should be 1 insert, 4 lookups, 4
> hits, and a hitratio of 100%.

Solr has a query cache too... the query cache is checked, there's a
hit, and the query process is short circuited.

-Yonik

Reply via email to