如何从sphinx索引中给出建议?
我想知道是否有办法从狮身人面像索引中给出建议。
例如, 当我在 google 上搜索“sadfasasas”时,我得到 6 个结果。 它说。您的意思是“sasasasas”吗? 当我搜索“sasasasas”时,我得到 289,000 个结果。
我应该怎样做才能实现这个功能呢? (假设这两个关键字都可以 拼写。我想给出“sasasasas”的建议只是因为它看起来像 'sadfasasas',它可以通过 sphinx 找到很多结果)。
I wonder if there is a way to give a suggestion from the sphinx index.
for instance,
when I search 'sadfasasas' on google, I get 6 results.
and it said.' Do you mean "sasasasas".
when I search by 'sasasasas', I get 289,000 results.
How should I do to implement this feature? (Let's say the two keywords are all right
spelling. and I want to give the suggestion 'sasasasas' just because it's seems like
'sadfasasas', and it can find many results by sphinx ).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
sphinx/misc/suggest 文件夹中有脚本、配置、自述文件。您可以尝试开箱即用的建议服务。
There are script, config, readme in sphinx/misc/suggest folder. You could try suggestion service out of the box.