Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Query Changes

...

Mapping Changes

  • Validation for dynamic templates (7.7)
    • So far misconfiguration of dynamic templates have been discovered when indexing a document with an unmapped field only. In Elasticsearch 8.0 and later versions, dynamic mappings have stricter validation, done at mapping update time. Invalid updates, such as using incorrect analyzer settings or unknown field types, fail. For indices created in Elasticsearch 7.7 and later version, the update succeeds but emits a warning.
    • This may affect the mapping in grq and mozart's ElasticSearch

...