2016-09-08 13:36:31 -04:00
|
|
|
[[breaking_60_rest_changes]]
|
|
|
|
=== REST changes
|
|
|
|
|
|
|
|
==== Unquoted JSON
|
|
|
|
|
|
|
|
In previous versions of Elasticsearch, JSON documents were allowed to contain unquoted field names.
|
2016-10-10 16:51:47 -04:00
|
|
|
This feature was removed in the 5.x series, but a backwards-compatibility layer was added via the
|
|
|
|
system property `elasticsearch.json.allow_unquoted_field_names`. This backwards-compatibility layer
|
2016-09-08 13:36:31 -04:00
|
|
|
has been removed in Elasticsearch 6.0.0.
|
2016-09-30 16:42:45 -04:00
|
|
|
|
|
|
|
==== Analyze API changes
|
|
|
|
|
2016-10-05 06:13:33 -04:00
|
|
|
The deprecated request parameters and plain text in request body has been removed. Define parameters in request body.
|
2016-11-04 14:26:37 -04:00
|
|
|
|
|
|
|
==== Indices exists API
|
|
|
|
|
|
|
|
The `ignore_unavailable` and `allow_no_indices` options are no longer accepted
|
|
|
|
as they could cause undesired results when their values differed from their
|
|
|
|
defaults.
|
2016-11-30 07:34:46 -05:00
|
|
|
|
|
|
|
=== `timestamp` and `ttl` in index requests
|
|
|
|
|
|
|
|
`timestamp` and `ttl` are not accepted anymore as parameters of index/update
|
|
|
|
requests.
|