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:
Jim Ferenczi 2018-02-02 09:24:10 +01:00 committed by GitHub
parent 5be478f938
commit c4e0a84344
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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[]

View File

@ -1,7 +1,7 @@
[[search-aggregations-bucket-composite-aggregation]]
=== Composite Aggregation
experimental[]
beta[]
A multi-bucket aggregation that creates composite buckets from different sources.