Update composite-aggregation.asciidoc
Fixed asciidoc typo
This commit is contained in:
parent
fd564b10db
commit
d1b1d711df
|
@ -224,7 +224,8 @@ Time values can also be specified via abbreviations supported by <<time-units,ti
|
||||||
Note that fractional time values are not supported, but you can address this by shifting to another
|
Note that fractional time values are not supported, but you can address this by shifting to another
|
||||||
time unit (e.g., `1.5h` could instead be specified as `90m`).
|
time unit (e.g., `1.5h` could instead be specified as `90m`).
|
||||||
|
|
||||||
====== Time Zone
|
[float]
|
||||||
|
===== Time Zone
|
||||||
|
|
||||||
Date-times are stored in Elasticsearch in UTC. By default, all bucketing and
|
Date-times are stored in Elasticsearch in UTC. By default, all bucketing and
|
||||||
rounding is also done in UTC. The `time_zone` parameter can be used to indicate
|
rounding is also done in UTC. The `time_zone` parameter can be used to indicate
|
||||||
|
@ -583,4 +584,4 @@ GET /_search
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
// CONSOLE
|
// CONSOLE
|
||||||
|
|
||||||
See <<index-modules-index-sorting, index sorting>> for more details.
|
See <<index-modules-index-sorting, index sorting>> for more details.
|
||||||
|
|
Loading…
Reference in New Issue