Document breaking change in terms query/filter in 2.0

Closes #14830
This commit is contained in:
Clinton Gormley 2016-02-14 18:13:03 +01:00
parent 1fb1ffbac6
commit cca611171c
1 changed files with 5 additions and 2 deletions

View File

@ -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`