elasticsearch/modules/runtime-fields-common
Alan Woodward 1653f2fe91
Add script parameter to long and double field mappers (#69531)
This commit adds a script parameter to long and double fields that makes
it possible to calculate a value for these fields at index time. It uses the same
script context as the equivalent runtime fields, and allows for multiple index-time
scripted fields to cross-refer while still checking for indirection loops.
2021-03-31 11:14:11 +01:00
..
src Add script parameter to long and double field mappers (#69531) 2021-03-31 11:14:11 +01:00
build.gradle Move runtime fields yaml tests to runtime-fields-common module (#69790) 2021-03-02 15:19:12 +01:00