Skip to content

Commit

Permalink
Drop experimental from variable width histogram (elastic#66055)
Browse files Browse the repository at this point in the history
Its been several months and we haven't bumped into any good reason to
rework the variable width histogram. So let's drop experimental from it!

Closes elastic#58573
  • Loading branch information
nik9000 committed Dec 8, 2020
1 parent e6bdfe4 commit 7cd830b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
<titleabbrev>Variable width histogram</titleabbrev>
++++

experimental::["This functionality is experimental and may be changed or removed completely in a future release. Elastic will take a best effort approach to fix any issues, but experimental features are not subject to the support SLA of official GA features. We're evaluating the request and response format for this new aggregation.",https://github.com/elastic/elasticsearch/issues/58573]

This is a multi-bucket aggregation similar to <<search-aggregations-bucket-histogram-aggregation>>.
However, the width of each bucket is not specified. Rather, a target number of buckets is provided and bucket intervals
are dynamically determined based on the document distribution. This is done using a simple one-pass document clustering algorithm
Expand Down

0 comments on commit 7cd830b

Please sign in to comment.