Sphinx 可以配置为对某些字段给予更多权重吗?
嘿,所以我想知道 Sphinx 是否可以在结果中对文档的某些字段进行加权。例如,如果我搜索 the rock show
,是否可以将 sphinx 配置为给予名为 the rock show
的歌曲比具有以下内容的歌曲更高的优先级:歌词中的摇滚秀
?
Hey, so I'm wondering if it's possible for Sphinx to weight certain fields of document over others in its results. For example, if I did a search for the rock show
, is it possible to configure sphinx to give much higher precedence to a song named the rock show
over a song which has the rock show
in its lyrics?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
请参阅SetFieldWeights
http://sphinxsearch.com/docs/ current.html#api-func-setfieldweights
See SetFieldWeights
http://sphinxsearch.com/docs/current.html#api-func-setfieldweights
这个问题已经很老了,但这里有一篇来自 Sphinx 博客的关于 Sphinx 中的匹配和加权的好文章:
» Sphinx 相关性排名的工作原理
This question is pretty old but here is a good article from the Sphinx blog on matching and weighting in Sphinx:
» How Sphinx relevance ranking works