removing duplicated parenthese open (#17975)
removing duplicated parenthese open
This commit is contained in:
parent
afacc18dcc
commit
bb3c5ac355
|
@ -47,7 +47,7 @@ SearchResponse sr = node.client().prepareSearch()
|
||||||
AggregationBuilders.terms("by_country").field("country")
|
AggregationBuilders.terms("by_country").field("country")
|
||||||
.subAggregation(AggregationBuilders.dateHistogram("by_year")
|
.subAggregation(AggregationBuilders.dateHistogram("by_year")
|
||||||
.field("dateOfBirth")
|
.field("dateOfBirth")
|
||||||
.dateHistogramInterval((DateHistogramInterval.YEAR)
|
.dateHistogramInterval(DateHistogramInterval.YEAR)
|
||||||
.subAggregation(AggregationBuilders.avg("avg_children").field("children"))
|
.subAggregation(AggregationBuilders.avg("avg_children").field("children"))
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue