[Doc] doc updates for date histogram interval

Close #5308
This commit is contained in:
rphadake 2014-03-01 22:50:48 +05:30 committed by Adrien Grand
parent 65d3b61b97
commit 36a0cb99d7
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ fractional values are allowed, for example 1.5 hours:
} }
-------------------------------------------------- --------------------------------------------------
Other available expressions for interval: `year`, `quarter`, `week`, `day`, `hour`, `minute`, `second` Available expressions for interval: `year`, `quarter`, `month`, `week`, `day`, `hour`, `minute`, `second`
==== Time Zone ==== Time Zone

View File

@ -27,7 +27,7 @@ facet>>. Here is a quick example:
The `interval` allows to set the interval at which buckets will be The `interval` allows to set the interval at which buckets will be
created for each hit. It allows for the constant values of `year`, created for each hit. It allows for the constant values of `year`,
`quarter`, `month`, `week`, `day`, `hour`, `minute`. `quarter`, `month`, `week`, `day`, `hour`, `minute` ,`second`.
It also support time setting like `1.5h` (up to `w` for weeks). It also support time setting like `1.5h` (up to `w` for weeks).