I have some crores data in elastic search. Now, i am trying to Fetch data with Some Aggregation and sub aggregations. (total 15 aggregations including 14 sub aggregations).
For those data, I come to know that elastic search has limit 10000 buckets in a single response.
I am thinking about to use Partition in term aggragation. (please refer Link)
Can someone explain how I can decide Total number of Partition for those records?
I used same thing in other place.
but i need to Do Sum of a "Salary" column after these 14 or 15 Group by.
Can it possible in Composite Aggregation ? If Yes, Please suggest a way.
If it is not possible in Composite Query, then How can i achieve this scenario? Any thoughts ? Thank you in advanced.
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.