elasticsearch/docs/reference/aggregations
Nik Everett a43b166d11
More debugging info for significant_text (#72727)
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-10 12:50:46 -04:00
..
bucket More debugging info for significant_text (#72727) 2021-05-10 12:50:46 -04:00
metrics [DOCS] Fix typos (#72227) 2021-04-26 12:40:38 -04:00
pipeline [ML] add new bucket_correlation aggregation with initial count_correlation function (#72133) 2021-05-10 12:46:11 -04:00
bucket.asciidoc Increase search.max_bucket by one (#70645) 2021-03-23 08:54:48 +01:00
metrics.asciidoc [DOCS] Fix acasting for agg types (#67469) 2021-01-13 14:44:54 -05:00
pipeline.asciidoc [DOCS] Fix double spaces (#71082) 2021-03-31 09:57:47 -04:00