Skip to content

[7.x] Add multi_terms aggs (#67597) #68490

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Feb 4, 2021

Conversation

imotov
Copy link
Contributor

@imotov imotov commented Feb 3, 2021

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

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 elastic#65623
@elasticmachine elasticmachine added the Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) label Feb 3, 2021
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-analytics-geo (Team:Analytics)

@imotov
Copy link
Contributor Author

imotov commented Feb 4, 2021

@elasticmachine update branch

imotov added a commit to imotov/elasticsearch that referenced this pull request Feb 4, 2021
In elastic#68490 we changed values source config serialization, which
it is used in almost all aggregations.

Relates to elastic#68490
imotov added a commit that referenced this pull request Feb 4, 2021
In #68490 we changed values source config serialization, which
it is used in almost all aggregations.

Relates to #68490
@imotov imotov merged commit a060482 into elastic:7.x Feb 4, 2021
imotov added a commit to imotov/elasticsearch that referenced this pull request Feb 4, 2021
@imotov imotov deleted the issue-65623-multi-terms-7.x branch February 4, 2021 21:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Analytics/Aggregations Aggregations backport Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants