Lucene中SetDefaultFieldSortScoring的目的是什么?
排序时,排序规则适用于所有返回的文档。所以不考虑分数。那么什么时候可以使用 SetDefaultFieldSortScoring 在排序时打开评分呢?
When sorting, the sort rule applies to all returned documents. So scores are not taken into account. So when would one use SetDefaultFieldSortScoring to turn scoring on while sorting?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这允许您强制 lucene 计算结果的分数,即使它们不会按分数排序。 api 这样你就可以显示分数。或者也许突出显示更相关的结果
This allows you to force lucene to compute scores of the results, even though they won't be sorted by the score. api This way you can display the score. Or perhaps highlight the more relevant results