The following 3 search senarioes:

> bla:A
> bla:B
> bla:A OR bla:B
>
are quite common,  so I use 3 filter queries:
fq=bla:A
fq=bla:B
fq=bla:A OR bla:B

My question is,
since the last fq documents set will be build from the first two fq doc
sets, will solr still cache the last fq doc set or it just build it at
runtime with the previous two doc sets?
What I'm saying is filter query granuarity,  is my understanding right?

-- 
梅旺生

Reply via email to