有关solr (Fq)上的过滤器查询的一些一般性问题:
- select?q=\*:\*&fq=bPublic:true&rows=10
- select?q=field:my\_search&fq=bPublic:true&rows=10 <=> _**assuming here it only returns some of the documents**_
- 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
提前谢谢。
kr湾
发布于 2016-05-06 06:11:21
我从solr邮件列表中得到了一些答案:
https://stackoverflow.com/questions/37024276
复制相似问题