Default Date/Time Parsers
- Capella Operational
- reference
Use a date/time parser to tell the Search Service how to interpret date and time data in your documents.
You can set a default date/time parser for your Search index, or set a date/time parser when you create a single document field mapping with a datetime
type.
The following default date/time parsers are available:
Date/Time Parser | Description |
---|---|
datetime optional |
The default date/time parser. The default date/time parser can parse dates in the following formats:
|
disabled |
The default date/time parser is disabled. |
unix_micro |
For date/time data formatted as the number of microseconds since the Unix epoch |
unix_milli |
For date/time data formatted as the number of milliseconds since the Unix epoch |
unix_nano |
For date/time data formatted as the number of nanoseconds since the Unix epoch |
unix_sec |
For date/time data formatted as the number of seconds since the Unix epoch |