mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-26 08:07:27 -04:00
* Migrate scripted metric aggregation scripts to ScriptContext design #29328 * Rename new script context container class and add clarifying comments to remaining references to params._agg(s) * Misc cleanup: make mock metric agg script inner classes static * Move _score to an accessor rather than an arg for scripted metric agg scripts This causes the score to be evaluated only when it's used. * Documentation changes for params._agg -> agg * Migration doc addition for scripted metric aggs _agg object change * Rename "agg" Scripted Metric Aggregation script context variable to "state" * Rename a private base class from ...Agg to ...State that I missed in my last commit * Clean up imports after merge |
||
---|---|---|
.. | ||
avg-aggregation.asciidoc | ||
cardinality-aggregation.asciidoc | ||
extendedstats-aggregation.asciidoc | ||
geobounds-aggregation.asciidoc | ||
max-aggregation.asciidoc | ||
min-aggregation.asciidoc | ||
percentile-aggregation.asciidoc | ||
percentile-rank-aggregation.asciidoc | ||
scripted-metric-aggregation.asciidoc | ||
stats-aggregation.asciidoc | ||
sum-aggregation.asciidoc | ||
tophits-aggregation.asciidoc | ||
valuecount-aggregation.asciidoc |