We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21f6feb commit 3ef2973Copy full SHA for 3ef2973
docs/reference/mapping/types/date.asciidoc
@@ -13,6 +13,8 @@ JSON doesn't have a date data type, so dates in Elasticsearch can either be:
13
Internally, dates are converted to UTC (if the time-zone is specified) and
14
stored as a long number representing milliseconds-since-the-epoch.
15
16
+NOTE: Use the <<date_nanos,date_nanos>> field type if a nanosecond resolution is expected.
17
+
18
Queries on dates are internally converted to range queries on this long
19
representation, and the result of aggregations and stored fields is converted
20
back to a string depending on the date format that is associated with the field.
0 commit comments