[Docs] Update daterange-aggregation.asciidoc (#44730)

Correcting the value to be the same as that specified for "missing".
This commit is contained in:
Sandeep Kanabar 2019-07-29 16:17:56 +05:30 committed by Christoph Büscher
parent d05f12dadb
commit 8f1a3ab70a

View File

@ -104,7 +104,7 @@ POST /sales/_search?size=0
// TEST[setup:sales] // TEST[setup:sales]
<1> Documents without a value in the `date` field will be added to the "Older" <1> Documents without a value in the `date` field will be added to the "Older"
bucket, as if they had a date value of "1899-12-31". bucket, as if they had a date value of "1976-11-30".
[[date-format-pattern]] [[date-format-pattern]]
==== Date Format/Pattern ==== Date Format/Pattern