Commit a060482
authored
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- docs/reference
- aggregations
- bucket
- rest-api
- server/src
- main/java/org/elasticsearch/search
- aggregations
- bucket/terms
- metrics
- support
- test/java/org/elasticsearch/search/aggregations/support
- test/framework/src/main/java/org/elasticsearch/test
- x-pack/plugin
- analytics/src
- main/java/org/elasticsearch/xpack/analytics
- multiterms
- topmetrics
- ttest
- test/java/org/elasticsearch/xpack/analytics
- action
- multiterms
- core/src/main/java/org/elasticsearch/xpack/core/analytics/action
- spatial/src/main/java/org/elasticsearch/xpack/spatial/search/aggregations
- src/test/resources/rest-api-spec/test/analytics
- transform/src/main/java/org/elasticsearch/xpack/transform/transforms/pivot
34 files changed
+3629
-57
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
| 54 | + | |
53 | 55 | | |
54 | 56 | | |
55 | 57 | | |
| |||
0 commit comments