elasticsearch/docs/reference/aggregations
Nik Everett a9d9ee0d4b
Convert bucket aggs docs to runtime fields (#71202)
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: Adam Locke <adam.locke@elastic.co>
2021-04-02 12:12:06 -04:00
..
bucket Convert bucket aggs docs to runtime fields (#71202) 2021-04-02 12:12:06 -04:00
metrics [DOCS] Fix double spaces (#71082) 2021-03-31 09:57:47 -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