mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-22 21:05:23 +00:00
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.
This commit is contained in:
parent
89243857ce
commit
d22a242613
@ -68,4 +68,6 @@ include::bucket/significanttext-aggregation.asciidoc[]
|
||||
|
||||
include::bucket/terms-aggregation.asciidoc[]
|
||||
|
||||
include::bucket/variablewidthhistogram-aggregation.asciidoc[]
|
||||
|
||||
include::bucket/range-field-note.asciidoc[]
|
||||
|
@ -1,6 +1,8 @@
|
||||
[[search-aggregations-bucket-variablewidthhistogram-aggregation]]
|
||||
=== Variable Width Histogram Aggregation
|
||||
|
||||
experimental::["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
|
||||
|
Loading…
x
Reference in New Issue
Block a user