We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d357bb5 commit b772620Copy full SHA for b772620
docs/reference/mapping/types/date.asciidoc
@@ -16,6 +16,8 @@ formatted date to represent dates before 1970.
16
Internally, dates are converted to UTC (if the time-zone is specified) and
17
stored as a long number representing milliseconds-since-the-epoch.
18
19
+NOTE: Use the <<date_nanos,date_nanos>> field type if a nanosecond resolution is expected.
20
+
21
Queries on dates are internally converted to range queries on this long
22
representation, and the result of aggregations and stored fields is converted
23
back to a string depending on the date format that is associated with the field.
0 commit comments