I'm using the Elasticsearch 7.17.2 High Level REST client. I'm looking for a java builder for the normalize aggregation (Normalize aggregation | Elasticsearch Guide [7.17] | Elastic)
I can't find a builder for it. Is there one available?
Thanks
I'm using the Elasticsearch 7.17.2 High Level REST client. I'm looking for a java builder for the normalize aggregation (Normalize aggregation | Elasticsearch Guide [7.17] | Elastic)
I can't find a builder for it. Is there one available?
Thanks
Hi!
I didn't find it either. A possible solution is to write execute the json query in the SearchRequest.
In the Java API Client there is already the Normalize Aggregation constructor but you are still using HLRC
Thanks,
Yes that is a solution but a bit of a hassle since it breaks our own API where we are passing aggregation builders and pipeline aggregation builders. Weird though that this is not present. I looked in the 8.2 version also and didn't find it there either. Can someone from Elastic elaborate on this? Should I file a report on Github?
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.