elasticsearch/plugins/mapper-annotated-text
Alan Woodward 9312eba5ed
Change Mapper.build() to take a context object (#77108)
Mapper.build() currently takes a ContentPath object that it can use to generate
field type names that will include its parent names. We would like to expand field types
to include more information about their parents, and ContentPath does not hold this
information. This commit replaces the ContentPath parameter with a new
MapperBuilderContext, which currently holds only the content path information but
can be expanded in future to hold parent relationship information.

Relates to #75474
2021-09-08 16:34:14 +01:00
..
src
build.gradle