mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-22 12:56:53 +00:00
[DOCS] document breaking changes added with #21852
This commit is contained in:
parent
f253621feb
commit
bbebc644f9
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user