elasticsearch/docs/reference/aggregations
Nik Everett 6a1220e7f3
Convert metric aggs docs runtime fields (#71260)
This replaces the `script` docs for bucket aggregations with runtime
fields. We expect runtime fields to be nicer to work with because you
can also fetch them or filter on them. We expect them to be faster
because their don't need this sort of `instanceof` tree:
a92a647b9f/server/src/main/java/org/elasticsearch/search/aggregations/support/values/ScriptDoubleValues.java (L42)

Relates to #69291

Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com>
Co-authored-by: Adam Locke <adam.locke@elastic.co>
2021-04-05 13:08:13 -04:00
..
bucket Convert bucket aggs docs to runtime fields (#71202) 2021-04-02 12:12:06 -04:00
metrics Convert metric aggs docs runtime fields (#71260) 2021-04-05 13:08:13 -04:00
pipeline [DOCS] Fix double spaces (#71082) 2021-03-31 09:57:47 -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