Add MultiTerms aggregation type #62
chrispappas
started this conversation in
Ideas
Replies: 1 comment
-
PR is up for this feature: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This library is missing a MultiTerms aggregation, which takes in multiple field names and returns buckets with the unique tuples matching.
https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-bucket-multi-terms-aggregation.html
Example:
Possible method signature:
Beta Was this translation helpful? Give feedback.
All reactions