elasticsearch/docs/reference/aggregations
Nik Everett 70e7946e7e
More debugging info for significant_text (backport of #72727) (#72895)
Adds some extra debugging information to make it clear that you are
running `significant_text`. Also adds some using timing information
around the `_source` fetch and the `terms` accumulation. This lets you
calculate a third useful timing number: the analysis time. It is
`collect_ns - fetch_ns - accumulation_ns`.

This also adds a half dozen extra REST tests to get a *fairly*
comprehensive set of the operations this supports. It doesn't cover all
of the significance heuristic parsing, but its certainly much better
than what we had.
2021-05-11 08:20:25 -04:00
..
bucket More debugging info for significant_text (backport of #72727) (#72895) 2021-05-11 08:20:25 -04:00
metrics [DOCS] Fix typos (#72227) (#72256) 2021-04-26 14:18:27 -04:00
pipeline [7.x] [ML] add new bucket_correlation aggregation with initial count_correlation function (#72133) (#72896) 2021-05-10 14:34:21 -04:00
bucket.asciidoc Increase search.max_bucket by one (#70645) (#70706) 2021-03-23 10:20:25 +01:00
metrics.asciidoc [DOCS] Fix casing for agg type titles (#67469) (#67470) 2021-01-13 15:04:08 -05:00
pipeline.asciidoc [DOCS] Fix double spaces (#71082) (#71120) 2021-03-31 11:43:34 -04:00