elasticsearch/docs/reference/mapping
Jim Ferenczi c2deb287f1
Add a cluster setting to disallow loading fielddata on _id field (#49166)
This change adds a dynamic cluster setting named `indices.id_field_data.enabled`.
When set to `false` any attempt to load the fielddata for the `_id` field will fail
with an exception. The default value in this change is set to `false` in order to prevent
fielddata usage on this field for future versions but it will be set to `true` when backporting
to 7x. When the setting is set to true (manually or by default in 7x) the loading will also issue
a deprecation warning since we want to disallow fielddata entirely when https://github.com/elastic/elasticsearch/issues/26472
is implemented.

Closes #43599
2019-11-27 13:38:09 +01:00
..
dynamic [DOCS] Change // CONSOLE comments to [source,console] (#46441) 2019-09-06 10:55:16 -04:00
fields Stop ignoring types warnings in REST tests. (#49333) 2019-11-20 08:23:56 -08:00
params [Docs] Specify field types not supporting doc values (#49041) 2019-11-18 16:37:51 +01:00
types Add a cluster setting to disallow loading fielddata on _id field (#49166) 2019-11-27 13:38:09 +01:00
dynamic-mapping.asciidoc [DOCS] Change // CONSOLE comments to [source,console] (#46441) 2019-09-06 10:55:16 -04:00
fields.asciidoc Fix docs of the _ignored meta field. 2018-05-02 11:43:50 +02:00
params.asciidoc Improve docs for index_prefixes option (#35778) 2018-11-22 09:20:46 +00:00
removal_of_types.asciidoc Remove include_type_name parameter from REST layer (#48632) 2019-11-01 09:30:47 +00:00
types.asciidoc Remove support for sparse vectors. (#48781) 2019-11-14 16:54:48 -05:00