按相关性排序不执行任何操作

发布于 2024-12-09 21:38:58 字数 127 浏览 1 评论 0原文

在我的 dupal solr 方面,当我按标题排序时,它的工作并附加 ?solrsort=sort_title asc in url 但按相关性排序对结果没有任何作用,并且不会在 url 中附加任何参数 任何人都可以指导我这件事吗 提前致谢

In my dupal solr facet, when i do sort by title its working and it append
?solrsort=sort_title asc in url but sort by relevance does nothing with the results and does not append any parameter in the url
Can any one guide me about this
Thanks in advance

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

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

发布评论

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

评论(1

方圜几里 2024-12-16 21:38:58

默认情况下没有任何排序参数,Solr 按分数对结果进行排序。
因此,当您打算按相关性排序时,无需附加任何排序参数。

By default without any sort parameters, Solr sort the results by score.
So you need not append any sort parameters when you intend to sort by relevance.

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