Please take a look at this blog, specifically "Leapfrog Anyone?" section-
http://yonik.com/advanced-filter-caching-in-solr/

Thanks,
Susmit

On Thu, May 5, 2016 at 10:54 PM, Bastien Latard - MDPI AG <
lat...@mdpi.com.invalid> wrote:

> Hi guys,
>
> Just a quick question, that I did not find an easy answer.
>
> 1.
>
>    Is the fq "executed" before or after the usual query (q)
>
>    e.g.: select?q=title:"something really specific"&fq=bPublic:true&rows=10
>
>    Would it first:
>
>      * get all the "specific" results, and then apply the filter
>      * OR is it first getting all the docs matching the fq and then
>        running the "q" query
>
> In other words, does it first check for "the best cardinality"?
>
> Kind regards,
> Bastien
>
>

Reply via email to