* Add date nanoseconds field type Signed-off-by: Fanit Kolchina <kolchfa@amazon.com> * Fix links Signed-off-by: Fanit Kolchina <kolchfa@amazon.com> * Apply suggestions from code review Co-authored-by: Melissa Vagi <vagimeli@amazon.com> Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> --------- Signed-off-by: Fanit Kolchina <kolchfa@amazon.com> Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> Co-authored-by: Melissa Vagi <vagimeli@amazon.com>
610 B
610 B
layout, title, nav_order, has_children, has_toc, parent
layout | title | nav_order | has_children | has_toc | parent |
---|---|---|---|---|---|
default | Date field types | 25 | true | false | Supported field types |
Date field types
Date field types contain a date value that can be formatted using different date formats. The following table lists all date field types that OpenSearch supports.
Field data type | Description |
---|---|
date |
A date stored in millisecond resolution. |
date_nanos |
A date stored in nanosecond resolution. |