You are looking at documentation for an older release.
Not what you want? See the
current release documentation.
Fuzzy Like This (Field) Query (flt and flt_field)edit
See: * Fuzzy Like This Query * Fuzzy Like This Field Query
QueryBuilder qb = fuzzyLikeThisQuery("name.first", "name.last").likeText("text like this one")
.maxQueryTerms(12);