OpenSearch/docs/reference/query-dsl
Alex Ksikes 256712640f MLT Query: Support for ignore docs
Adds a `ignore_like` parameter to the MLT Query, which simply tells the
algorithm to skip all the terms from the given documents. This could be useful
in order to better guide nearest neighbor search by telling the algorithm to
never explore the space spanned by the given `ignore_like` docs. In essence we
are interested about the characteristic of a given item, but not of the ones
provided by `ignore_like`, thereby forcing the algorithm to go deeper in its
selection of terms. Note that this is different than simply performing a must
not boolean query on the unliked items. The syntax is exactly the same as the
`like` parameter.

Closes #8674
2014-11-28 14:48:43 +01:00
..
filters Core: add max_determinized_states to query_string and regexp query/filter 2014-11-10 13:43:48 -05:00
queries MLT Query: Support for ignore docs 2014-11-28 14:48:43 +01:00
filters.asciidoc Removed 0.90.* deprecation and addition notifications 2014-02-07 20:52:49 +01:00
queries.asciidoc MLT Field Query: remove it from master 2014-10-29 10:19:00 +01:00