elasticsearch/docs/reference/mapping
Alan Woodward 5c11a81913
Add 'mode' option to _source field mapper (#88211)
Currently we have two parameters that control how the source of a document
is stored, `enabled` and `synthetic`, both booleans. However, there are only
three possible combinations of these, with `enabled:false` and `synthetic:true`
being disallowed. To make this easier to reason about, this commit replaces
the `enabled` parameter with a new `mode` parameter, which can take the values
`stored`, `synthetic` and `disabled`. The `mode` parameter cannot be set
in combination with `enabled`, and we will subsequently move towards
deprecating `enabled` entirely.
2022-07-18 12:50:10 +01:00
..
dynamic [DOCS] Update dynamic mapping docs to clarify supported match_mapping_type (#83274) 2022-02-01 10:37:27 -05:00
fields Add 'mode' option to _source field mapper (#88211) 2022-07-18 12:50:10 +01:00
params Fix a typo in date format docs (#87018) 2022-07-05 12:15:13 +02:00
types Add 'mode' option to _source field mapper (#88211) 2022-07-18 12:50:10 +01:00
dynamic-mapping.asciidoc [DOCS] Clean up index template xrefs (#67264) 2021-01-11 12:38:09 -05:00
explicit-mapping.asciidoc [DOCS] Replace put with create or update in API names (#70330) 2021-03-15 14:49:44 -04:00
fields.asciidoc Support fetching _tier field value (#71379) 2021-04-08 11:41:52 -07:00
mapping-settings-limit.asciidoc [DOCS] Add TSDS docs, take two (#87703) 2022-06-16 12:44:10 -04:00
params.asciidoc Add support for dots in field names for metrics usecases (#86166) 2022-05-17 16:34:39 +02:00
removal_of_types.asciidoc [DOCS] Fix double spaces (#71082) 2021-03-31 09:57:47 -04:00
runtime.asciidoc [Docs] Fix runtime grok script example (#87851) 2022-07-05 10:53:24 -04:00
types.asciidoc Clarify docs on field type families (#84368) 2022-02-24 13:27:36 -08:00