Skip to content

Commit 9bf5125

Browse files
Hearenjrodewig
authored andcommitted
[DOCS] Correct conditional clause in histogram agg docs (#45643)
1 parent 334dc82 commit 9bf5125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/aggregations/bucket/histogram-aggregation.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ The above will sort the buckets based on the avg rating among the promoted produ
296296

297297
==== Offset
298298

299-
By default the bucket keys start with 0 and then continue in even spaced steps of `interval`, e.g. if the interval is 10 the first buckets
299+
By default the bucket keys start with 0 and then continue in even spaced steps of `interval`, e.g. if the interval is 10, the first three buckets
300300
(assuming there is data inside them) will be [0 - 9], [10-19], [20-29]. The bucket boundaries can be shifted by using the `offset` option.
301301

302302
This can be best illustrated with an example. If there are 10 documents with values ranging from 5 to 14, using interval `10` will result in

0 commit comments

Comments
 (0)