We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 329c628 commit e5679f4Copy full SHA for e5679f4
docs/reference/aggregations/bucket/histogram-aggregation.asciidoc
@@ -143,7 +143,7 @@ the first bucket you'll get will be the one with `100` as its key. This is confu
143
to get those buckets between `0 - 100`.
144
145
With `extended_bounds` setting, you now can "force" the histogram aggregation to start building buckets on a specific
146
-`min` values and also keep on building buckets up to a `max` value (even if there are no documents anymore). Using
+`min` value and also keep on building buckets up to a `max` value (even if there are no documents anymore). Using
147
`extended_bounds` only makes sense when `min_doc_count` is 0 (the empty buckets will never be returned if `min_doc_count`
148
is greater than 0).
149
0 commit comments