OpenSearch/docs/reference/search/aggregations
Adrien Grand 5c237fe834 Add new option `min_doc_count` to terms and histogram aggregations.
`min_doc_count` is the minimum number of hits that a term or histogram key
should match in order to appear in the response.

`min_doc_count=0` replaces `compute_empty_buckets` for histograms and will
behave exactly like facets' `all_terms=true` for terms aggregations.

Close #4662
2014-01-13 10:09:38 +01:00
..
bucket Add new option `min_doc_count` to terms and histogram aggregations. 2014-01-13 10:09:38 +01:00
metrics - Added docs for the value_count aggregation 2013-11-29 12:35:42 +01:00
bucket.asciidoc A GeoHashGrid aggregation that buckets GeoPoints into cells whose dimensions are determined by a choice of GeoHash resolution. 2014-01-07 18:03:33 +00:00
metrics.asciidoc - Added docs for the value_count aggregation 2013-11-29 12:35:42 +01:00