mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-23 14:47:31 -04:00
Added `top_list(<field>, <limit>, <order>)` aggregation, that collect top N values per bucket. Works with the same types as MAX/MIN. - Added the aggregation function - Added a template to generate the aggregators - Added a template to generate the `<Type>BucketedSort` implementations per-type - This structure is based on the `BucketedSort` structure used on the original aggregations. It was modified to better fit the ESQL ecosystem (Blocks based, no docs...) Also added a guide to create aggregations. Fixes https://github.com/elastic/elasticsearch/issues/109213
17 lines
997 B
Text
17 lines
997 B
Text
CHANGELOG.asciidoc merge=union
|
|
|
|
# These files contain expected text output, and should not be changed on
|
|
# Windows
|
|
build-tools-internal/src/test/resources/org/elasticsearch/gradle/internal/release/*.asciidoc text eol=lf
|
|
|
|
x-pack/plugin/esql/compute/src/main/generated/** linguist-generated=true
|
|
x-pack/plugin/esql/compute/src/main/generated-src/** linguist-generated=true
|
|
x-pack/plugin/esql/src/main/antlr/*.tokens linguist-generated=true
|
|
x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/parser/*.interp linguist-generated=true
|
|
x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/parser/EsqlBaseLexer*.java linguist-generated=true
|
|
x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/parser/EsqlBaseParser*.java linguist-generated=true
|
|
x-pack/plugin/esql/src/main/generated/** linguist-generated=true
|
|
|
|
# ESQL functions docs are autogenerated. More information at `docs/reference/esql/functions/README.md`
|
|
docs/reference/esql/functions/*/** linguist-generated=true
|
|
|