-
Notifications
You must be signed in to change notification settings - Fork 24.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Composite Aggregation using Java Rest High-level Client #38020
Comments
pinging @javanna |
hi @mahendra-s have you tried using |
Currently the aggregations are mostly discoverable through the |
yes that could be it, I see that composite cannot be created through AggregationBuilders, thanks for pointing that out @tKe . All the aggregation builders can also be created directly, so that is possible and should solve your issue @mahendra-s . |
Pinging @elastic/es-analytics-geo |
Describe the feature: Composite Aggregation using Java Rest High-level Client
Elasticsearch version (
bin/elasticsearch --version
): 6.5.4Our 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
The text was updated successfully, but these errors were encountered: