OpenSearch/x-pack/plugin/runtime-fields
Luca Cavanna 168b448a0f
Rename runtime_script field type to runtime (#62034)
We've had some discussions around the user experience when using runtime fields. Although we do plan on having multiple runtime fields implementation (e.g. grok, lookup etc.) which could be exposed as different field types, we decided to expose all runtime fields under the same `runtime` type. At the moment, the only implementation will be through scripts, hence a `script` must be specified. In the future, there will be other ways to generate values for runtime fields besides scripts.

This translates also to renaming the RuntimeScriptFieldMapper class to RuntimeFieldMapper .

Relates to #59332
2020-09-07 15:07:23 +02:00
..
qa Rename runtime_script field type to runtime (#62034) 2020-09-07 15:07:23 +02:00
src Rename runtime_script field type to runtime (#62034) 2020-09-07 15:07:23 +02:00
build.gradle Add support for runtime fields (#61776) 2020-09-07 09:14:53 +02:00