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 } }