rest.asciidoc 406 B

123456789
  1. [[breaking_60_rest_changes]]
  2. === REST changes
  3. ==== Unquoted JSON
  4. In previous versions of Elasticsearch, JSON documents were allowed to contain unquoted field names.
  5. This feature was removed in the 5.x series, but a backwards-compatibility layer was added via the
  6. system property `elasticsearch.json.allow_unquoted_field_names`. This backwards-compatibility layer
  7. has been removed in Elasticsearch 6.0.0.