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 的应用程序。SOLR 在 Tomcat 的 webapps 区域中作为战争运行。是否有 SOLR 配置允许我将搜索的默认 SOLR 行为切换为假设“AND”而不是“OR”作为连接运算符?
在您的架构文件中添加(或修改 h/t @Madbreaks)这一行(通常schema.xml)
schema.xml
<solrQueryParser defaultOperator="AND"/>