mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-06 21:18:31 +00:00
This includes: - All regular numeric types such as int, long, scaled-float, double, etc - IP addresses - Dates - Geopoints and Geoshapes Relates to #19784
15 lines
391 B
Plaintext
15 lines
391 B
Plaintext
[[breaking_60_mapping_changes]]
|
|
=== Mapping changes
|
|
|
|
==== `include_in_all` default changed to false for numeric/date/ip/geo types
|
|
|
|
The default unset value for numeric types for the `include_in_all` mapping
|
|
option has been changed from true to false.
|
|
|
|
This includes:
|
|
|
|
- All regular numeric types such as int, long, float, scaled-float, double
|
|
- IP addresses
|
|
- Dates
|
|
- Geopoints and Geoshapes
|