我使用solr和dismax请求处理程序。
但是当我使用这个处理程序时,一些查询按字段查询不起作用。
有什么问题?
谢谢
例如,当使用标准Lucene查询解析器时,您使用:
http://whatever:8280/solr/fr_00/select?q=cat:7030100&wt=json&indent=true
但是当你使用dismax的时候,你必须使用这样的语句:
http://whatever:8280/solr/fr_00/select?q=7030100&qf=cat&wt=json&indent=true&defType=dismax
这个也可以
&fq=cat:(7030100)