Sphinx:如何查找相关内容
有没有办法在 sphinx 中查找给定文章的相关文章?我将使用标题和文章内容进行查询。我需要类似 lucenes More like this
的功能。我怎样才能在狮身人面像中做到这一点?
Is there a way to find related articles of a given article in sphinx? I will be using the title and the articles content for the query. I need something like lucenes More like this
feature. How can I do this in Sphinx?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用“标题”词中的法定人数来获取类似的文档,即“英格兰最伟大的汽车”/2 为您提供相关文档的列表。您可以通过排除常用词来缩小搜索范围,通过构建停用词列表来缩小文章范围,并向守护进程发出“调用关键字”请求。
You could use quorum from your 'title' words to get similar documents, ie "greatest cars in england"/2 gives you list of related documents. You could narrow you search by excluding common words, articles by building stopwords list and issue "call keywords" request to daemon.