You are looking at preliminary documentation for a future release.
Not what you want? See the
current release documentation.
Search and Query DSL changesedit
Changes to queriesedit
-
The
collect_payloadsparameter of thespan_nearquery has been removed. Payloads will be loaded when needed. -
Queries on boolean fields now strictly parse boolean-like values. This means
only the strings
"true"and"false"will be parsed into their boolean counterparts. Other strings will cause an error to be thrown. -
The
inquery (a synonym for thetermsquery) has been removed -
The
geo_bboxquery (a synonym for thegeo_bounding_boxquery) has been removed -
The
mltquery (a synonym for themore_like_thisquery) has been removed -
The
fuzzy_matchandmatch_fuzzyquery (synonyma for thematchquery) have been removed -
The
termsquery now always returns scores equal to1and is not subject toindices.query.bool.max_clause_countanymore. -
The deprecated
indicesquery has been removed. -
Support for empty query objects (
{ }) has been removed from the query DSL. An error is thrown whenever an empty query object is provided.
Search shards APIedit
The search shards API no longer accepts the type url parameter, which didn’t
have any effect in previous versions.