如何使用solr中的morelikethis功能

发布于 2024-11-27 01:41:48 字数 75 浏览 2 评论 0原文

我想找到与 solr 中的特定文档相似的所有文档。我该如何在 solr 中做到这一点?我查看了文档,它仅解释了如何使用查询短语查找文档。

I want to find all the documents that is similar to a specific document within solr. How to i do this in solr? I have looked i the documentation and it only explains how to find documents using a query phrase.

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

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

发布评论

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

评论(1

巴黎盛开的樱花 2024-12-04 01:41:48

使用 MoreLikeThis 处理程序。维基页面有几个使用示例。

在 SolrNet 中,对 MLT 处理程序的支持仍然是一个悬而未决的问题补丁已提交,但我不太热衷于实施。我鼓励您尝试一下并向我们提供反馈!

Use the MoreLikeThis handler. The wiki page has several usage examples.

In SolrNet, support for the MLT handler is still an open issue. A patch has been submitted but I'm not so keen on the implementation. I encourage you to try it out and give us feedback!

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