-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
in: coreIssues in core supportIssues in core supporttype: enhancementA general enhancementA general enhancement
Milestone
Description
jjyyjjyy opened DATAES-682 and commented
"aggs": {
"brand": {
"terms": {
"field": "brand"
},
"aggs": {
"pv": {
"value_count": {
"field": "pid"
}
}
}
},
"pvSum": {
"sum_bucket": {
"buckets_path": "brand>pv"
}
}
}
I can't find a way to implement this aggregation search, there is no addAggregation(PipelineAggregationBuilder)
method in NativeSearchQueryBuilder
Affects: 3.2 GA (Moore)
Issue Links:
- DATAES-957 Add PipelineAggregationBuilders to NativeSearchQuery
("is duplicated by")
1 votes, 2 watchers
Metadata
Metadata
Assignees
Labels
in: coreIssues in core supportIssues in core supporttype: enhancementA general enhancementA general enhancement