Skip to content

Commit a060482

Browse files
authored
[7.x] Add multi_terms aggs (#67597) (#68490)
Adds a multi_terms aggregation support. The multi terms aggregation works very similarly to the terms aggregation but supports multiple terms. The goal of this PR is to add the basic functionality so it is not optimized at the moment. It will be done in follow up PRs. Closes #65623
1 parent 95ee440 commit a060482

File tree

34 files changed

+3629
-57
lines changed

34 files changed

+3629
-57
lines changed

docs/reference/aggregations/bucket.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ include::bucket/iprange-aggregation.asciidoc[]
5050

5151
include::bucket/missing-aggregation.asciidoc[]
5252

53+
include::bucket/multi-terms-aggregation.asciidoc[]
54+
5355
include::bucket/nested-aggregation.asciidoc[]
5456

5557
include::bucket/parent-aggregation.asciidoc[]

0 commit comments

Comments
 (0)