Docs: Fix typo - datehistogram

date_histogram in place of datehistogram

Closes #13886
This commit is contained in:
Alex 2015-10-01 14:49:09 +03:00 committed by Clinton Gormley
parent b7ae59d8af
commit 4077a322c5
1 changed files with 1 additions and 1 deletions

View File

@ -281,7 +281,7 @@ had a value.
{ {
"aggs" : { "aggs" : {
"publish_date" : { "publish_date" : {
"datehistogram" : { "date_histogram" : {
"field" : "publish_date", "field" : "publish_date",
"interval": "year", "interval": "year",
"missing": "2000-01-01" <1> "missing": "2000-01-01" <1>