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 的预定义 QueryParser 名称的完整列表(如“dismax”或“edismax”),我可以defType在这样的上下文中使用
defType
ModifiableSolrParams params = new ModifiableSolrParams(); params.set("defType", "edismax");
这是在哪里记录的?例如,我如何指定标准的 Lucene 查询解析器?
检查查询解析器列表。
lucene 是默认的查询解析器,您可以通过指定使用它defType=lucene
defType=lucene