我使用solr和dismax reqest handler。
但是当我使用这个处理程序时,一些按字段查询的查询都没有用。
有什么问题?
由于
答案 0 :(得分:0)
例如,使用标准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)