Skip to content

Commit 391ab35

Browse files
committed
[DOCS] Add redirect for fielddata
1 parent 57411de commit 391ab35

File tree

2 files changed

+44
-2
lines changed

2 files changed

+44
-2
lines changed

docs/reference/mapping/types/text.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ The following parameters are accepted by `text` fields:
143143
Metadata about the field.
144144

145145
[[fielddata]]
146-
==== `fielddata`
146+
==== `fielddata` mapping parameter
147147

148148
`text` fields are searchable by default, but by default are not available for
149149
aggregations, sorting, or scripting. If you try to sort, aggregate, or access
@@ -216,7 +216,7 @@ PUT my-index-000001/_mapping
216216
mapping for that field, plus the `fielddata` parameter.
217217

218218
[[field-data-filtering]]
219-
==== `fielddata_frequency_filter`
219+
==== `fielddata_frequency_filter` mapping parameter
220220

221221
Fielddata filtering can be used to reduce the number of terms loaded into
222222
memory, and thus reduce memory usage. Terms can be filtered by _frequency_:

docs/reference/redirects.asciidoc

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1231,3 +1231,45 @@ See <<elasticsearch-croneval-parameters>>.
12311231

12321232
The autoscaling decision API has been renamed to capacity,
12331233
see <<autoscaling-get-autoscaling-capacity>>.
1234+
1235+
[role="exclude",id="caching-heavy-aggregations"]
1236+
=== Caching heavy aggregations
1237+
1238+
See <<agg-caches>>.
1239+
1240+
[role="exclude",id="returning-only-agg-results"]
1241+
=== Returning only aggregation results
1242+
1243+
See <<return-only-agg-results>>.
1244+
1245+
[role="exclude",id="agg-metadata"]
1246+
=== Aggregation metadata
1247+
1248+
See <<add-metadata-to-an-agg>>.
1249+
1250+
[role="exclude",id="returning-aggregation-type"]
1251+
=== Returning the type of the aggregation
1252+
1253+
See <<return-agg-type>>.
1254+
1255+
[role="exclude",id="indexing-aggregation-results"]
1256+
=== Indexing aggregation results with transforms
1257+
1258+
See <<transforms>>.
1259+
1260+
[role="exclude",id="search-aggregations-matrix"]
1261+
=== Matrix aggregations
1262+
1263+
See <<search-aggregations-matrix-stats-aggregation>>.
1264+
1265+
[[search-aggregations-pipeline-movavg-aggregation]]
1266+
=== Moving average aggregation
1267+
1268+
The moving average aggregation has been removed. Use the
1269+
<<search-aggregations-pipeline-movfn-aggregation,moving function aggregation>>
1270+
instead.
1271+
1272+
[[fielddata]]
1273+
=== `fielddata` mapping parameter
1274+
1275+
See <<fielddata-mapping-param>>.

0 commit comments

Comments
 (0)