Browse Source

Mark the composite aggregation as a beta feature (#28431)

The `composite` aggregation should be marked as beta (rather than experimental) in the documentation.
Jim Ferenczi 7 years ago
parent
commit
c4e0a84344

+ 2 - 2
docs/reference/aggregations/bucket.asciidoc

@@ -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 - 1
docs/reference/aggregations/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.