-
Notifications
You must be signed in to change notification settings - Fork 25.2k
Aggregations: Add filters
aggregation
#6118
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
Comments
@uboness I pushed this out to 1.4 |
+1 |
Out of curiosity, what is blocking this? Just review? |
@rashidkpc already talked with @colings86 about taking over and getting it in |
Closed
uboness
added a commit
that referenced
this issue
Aug 1, 2014
A multi-bucket aggregation where multiple filters can be defined (each filter defines a bucket). The buckets will collect all the documents that match their associated filter. This aggregation can be very useful when one wants to compare analytics between different criterias. It can also be accomplished using multiple definitions of the single filter aggregation, but here, the user will only need to define the sub-aggregations only once. Closes #6118
filters
aggregationfilters
aggregation
uboness
added a commit
that referenced
this issue
Sep 8, 2014
A multi-bucket aggregation where multiple filters can be defined (each filter defines a bucket). The buckets will collect all the documents that match their associated filter. This aggregation can be very useful when one wants to compare analytics between different criterias. It can also be accomplished using multiple definitions of the single filter aggregation, but here, the user will only need to define the sub-aggregations only once. Closes #6118
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add a
filters
(note thes
) aggregation that takes a list of filters and uses them to construct multiple buckets.Technically the user could create multiple
filter
aggregations, however this gets messy if they have several sub aggregations as they would need to copy the contents into each of the top level aggregations.The text was updated successfully, but these errors were encountered: