FuzzyMinimumSimilarity for elasticsearch v2

Hi im an upgrading to nest 2, but notice on breaking changes that FuzzyMinimumSimilarity and OnFieldsWithBoost are gone. How should i replace this code below to Nest v2?

new SearchDescriptor<T>().Type(searchTypes).Query(q =>q.QueryString(qs => qs.Query(fuzzy).FuzzyMinimumSimilarity(0.7)));

Thanks in advanced

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.