diff --git a/docs/reference/mapping/types/text.asciidoc b/docs/reference/mapping/types/text.asciidoc index 1d816867a637f..a31f7b172d645 100644 --- a/docs/reference/mapping/types/text.asciidoc +++ b/docs/reference/mapping/types/text.asciidoc @@ -143,7 +143,7 @@ The following parameters are accepted by `text` fields: Metadata about the field. [[fielddata]] -==== `fielddata` +==== `fielddata` mapping parameter `text` fields are searchable by default, but by default are not available for aggregations, sorting, or scripting. If you try to sort, aggregate, or access @@ -216,7 +216,7 @@ PUT my-index-000001/_mapping mapping for that field, plus the `fielddata` parameter. [[field-data-filtering]] -==== `fielddata_frequency_filter` +==== `fielddata_frequency_filter` mapping parameter Fielddata filtering can be used to reduce the number of terms loaded into memory, and thus reduce memory usage. Terms can be filtered by _frequency_: diff --git a/docs/reference/redirects.asciidoc b/docs/reference/redirects.asciidoc index 2c260b0ecd730..756ea70bd1368 100644 --- a/docs/reference/redirects.asciidoc +++ b/docs/reference/redirects.asciidoc @@ -1231,3 +1231,45 @@ See <>. The autoscaling decision API has been renamed to capacity, see <>. + +[role="exclude",id="caching-heavy-aggregations"] +=== Caching heavy aggregations + +See <>. + +[role="exclude",id="returning-only-agg-results"] +=== Returning only aggregation results + +See <>. + +[role="exclude",id="agg-metadata"] +=== Aggregation metadata + +See <>. + +[role="exclude",id="returning-aggregation-type"] +=== Returning the type of the aggregation + +See <>. + +[role="exclude",id="indexing-aggregation-results"] +=== Indexing aggregation results with transforms + +See <>. + +[role="exclude",id="search-aggregations-matrix"] +=== Matrix aggregations + +See <>. + +[[search-aggregations-pipeline-movavg-aggregation]] +=== Moving average aggregation + +The moving average aggregation has been removed. Use the +<> +instead. + +[[fielddata]] +=== `fielddata` mapping parameter + +See <>.