elasticsearch/qa/rolling-upgrade
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
..
src/test Add 'mode' option to _source field mapper (#88211) 2022-07-18 12:50:10 +01:00
build.gradle Introduce explicit API for configure test cluster feature flags (#83876) 2022-02-14 15:22:33 -08:00