-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Enable MappingParserContext access to project metadata #138547
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
base: main
Are you sure you want to change the base?
Conversation
This will allow project-specific mappings.
|
Pinging @elastic/es-search-foundations (Team:Search Foundations) |
romseygeek
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think I'd want to include something that uses the new method as part of the same commit, if only to be sure that it is actually doing what we want it to do.
server/src/main/java/org/elasticsearch/index/mapper/DynamicFieldType.java
Show resolved
Hide resolved
server/src/main/java/org/elasticsearch/index/mapper/MapperService.java
Outdated
Show resolved
Hide resolved
|
@romseygeek I am not sure how to add a usage to it, since the only real user of this interface in core does not need it. Do you have a suggestion? |
This will allow project-specific mappings.