Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 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)