-
Notifications
You must be signed in to change notification settings - Fork 189
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
Add MultiTerms Aggregation #663
Conversation
Signed-off-by: mckirk <[email protected]>
Signed-off-by: mckirk <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #663 +/- ##
=======================================
Coverage 72.14% 72.15%
=======================================
Files 89 89
Lines 7945 7947 +2
=======================================
+ Hits 5732 5734 +2
Misses 2213 2213 ☔ View full report in Codecov by Sentry. |
Signed-off-by: mckirk <[email protected]>
Signed-off-by: mckirk <[email protected]>
How does one use it? Maybe add to guides/ ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please include documentation in the guides for usage instructions. Thank you.
Hello @mckirk, could you please implement the requested changes? Thank you! |
Rebased in #797. |
Description
This change makes it possible to use the
multi_terms
bucket aggregation, using the syntaxIt is similar to PR#1543 from the
elasticsearch-dsl-py
repo.I hope that is okay, since that project is also licensed under Apache 2.0.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.