Describe the feature: Composite Aggregation using Java Rest High-level Client
Elasticsearch version (bin/elasticsearch --version): 6.5.4
Our solution is built using Java Rest High-level client and we are using most of all services from this library.
As of now from "org.elasticsearch.client" % "elasticsearch-rest-high-level-client" % "6.5.4" there is no way to create composite aggregation request.
Please suggest alternative solution or any plan to incorporate this function