OpenSearch/rest-api-spec/test/mlt
Alex Ksikes 3f6dae1a73 More Like This: renamed `ignore_like` to `unlike`
This changes the parameter name `ignore_like` to the more user friendly name
`unlike`. This later feature generates a query from the terms in `A` but not
from the terms in `B`. This translates to a result set which is like `A` but
unlike `B`. We could have further negatively boosted any documents that have
some `B`, but these documents already do not receive any contribution from
having `B`, and would therefore negatively compete with documents having `A`.

Closes #11117
2015-06-17 17:18:50 -05:00
..
10_basic.yaml More Like This: removal of the MLT API 2015-05-06 18:11:11 +02:00
20_docs.yaml [TEST] Make mlt rest tests pass on a single node cluster 2014-09-30 22:42:51 +02:00
30_unlike.yaml More Like This: renamed `ignore_like` to `unlike` 2015-06-17 17:18:50 -05:00