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