Solr edismax SearchHandler 澄清

发布于 2025-01-06 06:15:17 字数 217 浏览 1 评论 0原文

我在搜索中使用 edismax SearchHandler,但搜索结果存在一些问题。据我了解,如果“defaultOperator”设置为 OR,搜索查询将作为 -> 传递。或快速或棕色或狐狸隐含地。但是,如果我搜索 The Quick Brown Fox,得到的结果比显式添加 OR 的结果要少。另一个问题是,如果我搜索“快速棕色狐狸”,则包含“狐狸”一词的其他文档不会出现在搜索结果中。

谢谢。

I am using edismax SearchHandler in my search and I have some issues in the search results. As I understand if the "defaultOperator" is set to OR the search query will be passed as -> The OR quick OR brown OR fox implicitly. However if I search for The quick brown fox, I get lesser results than explicitly adding the OR. Another issue is that if I search for The quick brown fox other documents that contain the word fox is not in the search results.

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

失与倦" 2025-01-13 06:15:17

确保毫米为 0%。那么搜索应该是OR。

Make sure mm is 0%. Then the search should be OR.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文