OpenSearch/docs/reference/search/aggregations/bucket
uboness 3c9c9f33e2 Aggregations Added Filters aggregation
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
2014-08-01 16:01:08 +01:00
..
datehistogram-aggregation.asciidoc [DOCS] Added "Aggregation" to all aggs titles 2014-05-13 01:35:58 +02:00
daterange-aggregation.asciidoc [DOCS] Added "Aggregation" to all aggs titles 2014-05-13 01:35:58 +02:00
filter-aggregation.asciidoc [DOCS] Added "Aggregation" to all aggs titles 2014-05-13 01:35:58 +02:00
filters-aggregation.asciidoc Aggregations Added Filters aggregation 2014-08-01 16:01:08 +01:00
geodistance-aggregation.asciidoc Docs: Fixed invalid word count in geodistance agg doc 2014-07-11 18:35:36 +02:00
geohashgrid-aggregation.asciidoc [DOCS] Added "Aggregation" to all aggs titles 2014-05-13 01:35:58 +02:00
global-aggregation.asciidoc [DOCS] Added "Aggregation" to all aggs titles 2014-05-13 01:35:58 +02:00
histogram-aggregation.asciidoc Docs: Update histogram-aggregation.asciidoc 2014-07-07 10:44:11 +02:00
iprange-aggregation.asciidoc [DOCS] Added "Aggregation" to all aggs titles 2014-05-13 01:35:58 +02:00
missing-aggregation.asciidoc [DOCS] Added "Aggregation" to all aggs titles 2014-05-13 01:35:58 +02:00
nested-aggregation.asciidoc [DOCS] Fixed json example in nested-aggregation.asciidoc 2014-06-18 19:38:02 +02:00
range-aggregation.asciidoc [DOCS] Added "Aggregation" to all aggs titles 2014-05-13 01:35:58 +02:00
reverse-nested-aggregation.asciidoc [DOCS] reverse-nested aggs are added in 1.2.0 2014-05-13 20:00:42 +02:00
significantterms-aggregation.asciidoc significant terms: infrastructure for changing easily the significance heuristic 2014-07-14 11:00:50 +02:00
terms-aggregation.asciidoc Aggregations: Added an option to show the upper bound of the error for the terms aggregation. 2014-07-25 14:24:24 +01:00