[DOCS] document breaking changes added with #21852

This commit is contained in:
javanna 2016-11-29 20:05:04 +01:00 committed by Luca Cavanna
parent f253621feb
commit bbebc644f9

View File

@ -10,6 +10,13 @@
only the strings `"true"` and `"false"` will be parsed into their boolean
counterparts. Other strings will cause an error to be thrown.
* The `in` query (a synonym for the `terms` query) has been removed
* The `geo_bbox` query (a synonym for the `geo_bounding_box` query) has been removed
* The `mlt` query (a synonym for the `more_like_this` query) has been removed
* The `fuzzy_match` and `match_fuzzy` query (synonyma for the `match` query) have been removed
==== Search shards API