Skip to content

Commit dda78ff

Browse files
authored
Docs: Mark variable_width_histogram experimental (#58574)
We're tracking this aggregation's experimental-progress in #58573. We'd like a little time to be able to make backwards incompatible changes to the aggregation because we're not 100% sure about the request and response format yet.
1 parent 2671ff7 commit dda78ff

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/reference/aggregations/bucket.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,6 @@ include::bucket/significanttext-aggregation.asciidoc[]
6868

6969
include::bucket/terms-aggregation.asciidoc[]
7070

71+
include::bucket/variablewidthhistogram-aggregation.asciidoc[]
72+
7173
include::bucket/range-field-note.asciidoc[]

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
[[search-aggregations-bucket-variablewidthhistogram-aggregation]]
22
=== Variable Width Histogram Aggregation
33

4+
experimental::["We're evaluating the request and response format for this new aggregation.",https://github.com/elastic/elasticsearch/issues/58573]
5+
46
This is a multi-bucket aggregation similar to <<search-aggregations-bucket-histogram-aggregation>>.
57
However, the width of each bucket is not specified. Rather, a target number of buckets is provided and bucket intervals
68
are dynamically determined based on the document distribution. This is done using a simple one-pass document clustering algorithm

0 commit comments

Comments
 (0)