IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Fuzzy Like This (Field) Query (flt and flt_field)
editFuzzy Like This (Field) Query (flt and flt_field)
editSee: * Fuzzy Like This Query * Fuzzy Like This Field Query
QueryBuilder qb = fuzzyLikeThisQuery("name.first", "name.last") .likeText("text like this one") .maxQueryTerms(12);