mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-30 10:23:41 -04:00
Rename `fields` to `stored_fields` and add `docvalue_fields` `stored_fields` parameter will no longer try to retrieve fields from the _source but will only return stored fields. `fields` will throw an exception if the user uses it. Add `docvalue_fields` as an adjunct to `fielddata_fields` which is deprecated. `docvalue_fields` will try to load the value from the docvalue and fallback to fielddata cache if docvalues are not enabled on that field. Closes #18943 |
||
---|---|---|
.. | ||
avg-aggregation.asciidoc | ||
cardinality-aggregation.asciidoc | ||
extendedstats-aggregation.asciidoc | ||
geobounds-aggregation.asciidoc | ||
geocentroid-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 |