Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何为 NEST 中的 flt 查询指定最小相似度?我正在寻找一种调用方法,但我什么也找不到。
q.FuzzyLikeThis(f => f.LikeText(keywords) .OnFields("fieldName") .Boost(1) .MaxQueryTerms(25) .MinimumSimilarity(1)
{ "fuzzy_like_this" : { "like_text" : "text like this one", "min_similarity" : 1 } }