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
metrics.asciidoc
pipeline.asciidoc