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