From cca611171c53254b74f2da7239e05177fec92b1d Mon Sep 17 00:00:00 2001 From: Clinton Gormley Date: Sun, 14 Feb 2016 18:13:03 +0100 Subject: [PATCH] Document breaking change in terms query/filter in 2.0 Closes #14830 --- docs/reference/migration/migrate_2_0/query_dsl.asciidoc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/reference/migration/migrate_2_0/query_dsl.asciidoc b/docs/reference/migration/migrate_2_0/query_dsl.asciidoc index 352f000ac37..a85ade8690b 100644 --- a/docs/reference/migration/migrate_2_0/query_dsl.asciidoc +++ b/docs/reference/migration/migrate_2_0/query_dsl.asciidoc @@ -26,8 +26,11 @@ be cacheable. Filter context is introduced by: aggregations or index aliases -- -As a result of this change, the `execution` option of the `terms` filter is now -deprecated and ignored if provided. +==== `terms` query and filter + +The `execution` option of the `terms` filter is now deprecated and is ignored +if provided. Similarly, the `terms` query no longer supports the +`minimum_should_match` parameter. ==== `or` and `and` now implemented via `bool`