elasticsearch/plugins/mapper-size
Luca Cavanna 915e4a50c5
Rename Mapper#name to Mapper#fullPath (#110040)
This addresses a long standing TODO that caused quite a few bugs over time, in that the mapper name does not include its full path, while the MappedFieldType name does.

We have renamed Mapper.Builder#name to leafName (#109971) and Mapper#simpleName to leafName (#110030). This commit renames Mapper#name to fullPath for clarity
This required some adjustments in FieldAliasMapper to avoid confusion between the existing path method and fullPath. I renamed path to targetPath for clarity.
ObjectMapper already had a fullPath method that returned name, and was effectively a copy of name, so it could be removed.
2024-06-21 22:47:27 +02:00
..
src Rename Mapper#name to Mapper#fullPath (#110040) 2024-06-21 22:47:27 +02:00
build.gradle Introduce simple public yaml-rest-test plugin (#76554) 2021-08-31 08:45:52 +02:00