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)
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Fuzzy 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);