2016-09-08 09:37:36 -04:00
|
|
|
[[breaking_60_search_changes]]
|
|
|
|
=== Search and Query DSL changes
|
|
|
|
|
|
|
|
==== Changes to queries
|
|
|
|
|
|
|
|
* The `collect_payloads` parameter of the `span_near` query has been removed. Payloads will be
|
|
|
|
loaded when needed.
|
2016-11-15 10:36:57 -07:00
|
|
|
|
|
|
|
* 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.
|
2016-11-22 17:22:33 +01:00
|
|
|
|
|
|
|
|
|
|
|
==== Search shards API
|
|
|
|
|
|
|
|
The search shards API no longer accepts the `type` url parameter, which didn't
|
|
|
|
have any effect in previous versions.
|