Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions docs/reference/migration/migrate_8_0/mappings.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,22 @@ For a detailed migration guide, see the {ref}/migrate-to-java-time.html[Java
time migration guide].
====

.Attempting to store nanosecond resolution in a date field is deprecated.
[%collapsible]
====
*Details* +
Attempting to store a nanosecond resolution in a date field is deprecated.
This behaviour was allowed so far, but was always resulting in resolution loss.
A {ref}/date.html[`date`] field can only store up to millisecond resolutions.


*Impact* +
If you attempt to store a nanosecond resolution in a `date` type field, {es} will
emit a deprecation warning. To avoid deprecation warnings, use a
{ref}/date_nanos.html[`date_nanos`] field instead.
====


[[geo-shape-strategy]]
.Several `geo_shape` mapping parameters have been removed.
[%collapsible]
Expand Down