gpt4 book ai didi

ruby-on-rails - Searchkick建议支持3个字符的单词

转载 作者:行者123 更新时间:2023-12-02 23:51:07 30 4
gpt4 key购买 nike

我在Rails应用程序上使用searchkick建议,除3个字符的建议外,其他所有功能均正常运行!例如,当我键入“Eg”时,我希望输入“Egg”建议,但是这种情况不会发生,我的问题是如何支持此功能?

我的代码:

Product.search(
params[:q],
suggest: true,
limit: 10
).suggestions

最佳答案

默认情况下,要包含的单词的最小长度为4。您可以通过将min_word_length传递给elastic来更改该长度。请参阅:https://www.elastic.co/guide/en/elasticsearch/reference/current/search-suggesters.html#_other_term_suggest_options

关于ruby-on-rails - Searchkick建议支持3个字符的单词,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57607388/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com