I am trying to find out the JAVA API that supports nested sub-aggregations in ES. However, the current API's doesn't provide the clear implementation.
Req: property1 , property 2 .... property n
Using TermBuilder, when i tried adding the subAggregation of subAggregation, its getting added into the TermsBuilder as list of sub-aggregrations rather than nested sub-aggregations.
I'm having the same problem and using sub-aggregation of sub-aggregation but it's difficult to parse response because will have to use many loop and I think it's not good way
On Saturday, May 3, 2014 2:31:08 AM UTC+7, Saravanan S wrote:
Hi,
I am trying to find out the JAVA API that supports nested sub-aggregations in ES. However, the current API's doesn't provide the clear implementation.
Req: property1 , property 2 .... property n
Using TermBuilder, when i tried adding the subAggregation of subAggregation, its getting added into the TermsBuilder as list of sub-aggregrations rather than nested sub-aggregations.