solr中默认的查询是什么
solr 中默认的查询类型是什么?例如,如果我搜索白色钻石,那么它会返回包含白色或钻石或两者的文档。这意味着它是默认的,或者,现在如果我想更改它,然后我必须在配置中更改
What is the default query type in solr. for example if i search for white diamond then it returns the docs containing white or diamond or both. it means it is by default OR, now if i wanted to change it AND then where i have to change in the configuration
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 schema.xml 中,查找
in the schema.xml, look for