Christoph Büscher 6189c54c84 Reject the index_options parameter for numeric fields (#26668)
Numeric fields no longer support the index_options parameter. This changes the parameter
to be rejected in numeric field types after it was deprecated in 6.0.

Closes #21475
2017-09-25 23:43:14 +02:00

10 lines
304 B
Plaintext

[[breaking_70_mappings_changes]]
=== Mapping changes
==== The `_all` meta field is removed
The `_all` field deprecated in 6 have now been removed.
==== `index_options` for numeric fields has been removed
The `index_options` field for numeric fields has been deprecated in 6 and has now been removed.