Mark the composite aggregation as a beta feature (#28431)
The `composite` aggregation should be marked as beta (rather than experimental) in the documentation.
This commit is contained in:
parent
5be478f938
commit
c4e0a84344
|
@ -21,6 +21,8 @@ include::bucket/adjacency-matrix-aggregation.asciidoc[]
|
|||
|
||||
include::bucket/children-aggregation.asciidoc[]
|
||||
|
||||
include::bucket/composite-aggregation.asciidoc[]
|
||||
|
||||
include::bucket/datehistogram-aggregation.asciidoc[]
|
||||
|
||||
include::bucket/daterange-aggregation.asciidoc[]
|
||||
|
@ -57,5 +59,3 @@ include::bucket/significanttext-aggregation.asciidoc[]
|
|||
|
||||
include::bucket/terms-aggregation.asciidoc[]
|
||||
|
||||
include::bucket/composite-aggregation.asciidoc[]
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[[search-aggregations-bucket-composite-aggregation]]
|
||||
=== Composite Aggregation
|
||||
|
||||
experimental[]
|
||||
beta[]
|
||||
|
||||
A multi-bucket aggregation that creates composite buckets from different sources.
|
||||
|
||||
|
|
Loading…
Reference in New Issue