Explicit parsing object capabilities of FieldMappers #98537
Labels
>enhancement
:Search Foundations/Mapping
Index mappings, including merging and defining field types
Team:Search Foundations
Meta label for the Search Foundations team in Elasticsearch
v8.11.0
Description
When the subobject property is set to false and we encounter an object while parsing
we need a way to understand if its fieldMapper is able to parse an object.
If that's the case we can provide the entire object to the FieldMapper otherwise its
name becomes the part of the dotted field name of each internal value.
This feature will be used for #88934
Originally posted by @javanna in #97972 (comment)
The text was updated successfully, but these errors were encountered: