Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename Mapper#simpleName to Mapper#leafName #110030

Merged

Commits on Jun 21, 2024

  1. Rename Mapper#simpleName to Mapper#leafName

    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 method called simpleName to signal that, but leafName signals that more clearly and aligns with
    the name we have recently introduced in Mapper.Builder (renamed from name to leafName).
    
    Relates to elastic#109971
    javanna committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    c5ef4da View commit details
    Browse the repository at this point in the history