OpenSearch/x-pack/plugin/mapper-version
Alan Woodward 01950bc80f
Move FieldMapper#valueFetcher to MappedFieldType (#62974) (#63220)
For runtime fields, we will want to do all search-time interaction with
a field definition via a MappedFieldType, rather than a FieldMapper, to
avoid interfering with the logic of document parsing. Currently, fetching
values for runtime scripts and for building top hits responses need to
call a method on FieldMapper. This commit moves this method to
MappedFieldType, incidentally simplifying the current call sites and freeing
us up to implement runtime fields as pure MappedFieldType objects.
2020-10-04 14:54:59 +01:00
..
src Move FieldMapper#valueFetcher to MappedFieldType (#62974) (#63220) 2020-10-04 14:54:59 +01:00
build.gradle Align version field plugin naming (#62757) 2020-09-23 11:50:15 +02:00