elasticsearch/docs/reference/mapping/fields
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
..
doc-count-field.asciidoc [DOCS] Fix _doc_count field title (#65704) 2020-12-02 08:13:43 -05:00
field-names-field.asciidoc [DOCS] Fix double spaces (#71082) 2021-03-31 09:57:47 -04:00
id-field.asciidoc Clarify field data cache behavior in docs (#64375) 2020-11-20 13:53:23 -08:00
ignored-field.asciidoc [Docs] Clarify ignore_above behaviour (#79705) 2021-10-25 20:27:02 +02:00
index-field.asciidoc [DOCS] Fix double spaces (#71082) 2021-03-31 09:57:47 -04:00
meta-field.asciidoc [DOCS] Replace put with create or update in API names (#70330) 2021-03-15 14:49:44 -04:00
routing-field.asciidoc [DOCS] Custom routing for data streams 2021-11-10 07:11:50 -06:00
source-field.asciidoc Docs for synthetic source (#87416) 2022-06-09 09:42:06 -04:00
synthetic-source.asciidoc Add 'mode' option to _source field mapper (#88211) 2022-07-18 12:50:10 +01:00
tier-field.asciidoc New queryable "_tier" metadata field (#69288) 2021-03-31 15:37:37 +01:00