mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 23:57:20 -04:00
This commit changes the date handling. First and foremost Elasticsearch does not try to convert every date to a unix timestamp first and then uses the configured date. This now allows for dates like `2015121212` to be parsed correctly. Instead it is now explicit by adding a `epoch_second` and `epoch_millis` date format. This also means, that the default date format now is `epoch_millis||dateOptionalTime` to remain backwards compatible. Closes #5328 Relates #10971 |
||
---|---|---|
.. | ||
all-field.asciidoc | ||
field-names-field.asciidoc | ||
id-field.asciidoc | ||
index-field.asciidoc | ||
parent-field.asciidoc | ||
routing-field.asciidoc | ||
size-field.asciidoc | ||
source-field.asciidoc | ||
timestamp-field.asciidoc | ||
ttl-field.asciidoc | ||
type-field.asciidoc | ||
uid-field.asciidoc |