2

vespa 中是否有拼写检查器。如果用户输入了错误的关键字,我想显示建议。一些谷歌搜索暗示了查询重写器。如何配置和使用它?

4

1 回答 1

3

Vespa 中没有内置的拼写检查器。此处描述了一个查询重写功能https://docs.vespa.ai/documentation/query-rewriting.html但它基于预定义的规则。您最好的选择是在自定义搜索器中与http://hunspell.github.io/之类的拼写检查器集成,请参阅https://docs.vespa.ai/documentation/searcher-development.html

于 2019-02-19T07:43:34.057 回答