elasticsearch/docs/reference/aggregations
Nik Everett 66de804a9e
Rework docs for the size of terms agg (#79205)
The `terms` agg picks the top `size` terms in a single scatter/gather
pass across all the shards. For the default `order` and if you `order`
by `_key` this works quite well. Some errors creep in, but it's fairly
easy to point to them and understand them. But ordering by doc count
ascending is like inviting the error vampire into your agg. It's super
easy to get inaccurate results. This updates the docs to be more stark
about it. Closes #72684
2021-11-01 17:07:31 -04:00
..
bucket Rework docs for the size of terms agg (#79205) 2021-11-01 17:07:31 -04:00
metrics Fix rate agg with custom _doc_count (#79346) 2021-10-19 13:25:54 +03:00
pipeline [DOCS] Modifies aggregations title abbreviation to follow convention. (#78252) 2021-09-23 16:22:27 +02:00
bucket.asciidoc [ML] Text/Log categorization multi-bucket aggregation (#71752) 2021-10-04 11:49:16 -04:00
metrics.asciidoc [DOCS] Fix acasting for agg types (#67469) 2021-01-13 14:44:54 -05:00
pipeline.asciidoc Add keep_values gap policy (#73297) 2021-06-08 09:47:29 -10:00