-
Notifications
You must be signed in to change notification settings - Fork 25.1k
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
Do not allow custom analyzers to have the same names as built-in analyzers #22263
Comments
@clintongormley I pull a request for this issue: #22349. can you help to review it? thanks |
I like the idea, one minor concern I have is that it means every time we add a new built-in analyzer, we might break an existing index? |
@jpountz how about make build-in staff starts with underscore and don't allow users define these staff starts with underscore? |
Is this something we can check on index create only? |
cc @elastic/es-search-aggs |
Do not allow custom analysis components to have the same names as built-in components Closes elastic#22263
Pinging @elastic/es-search-relevance (Team:Search Relevance) |
It is confusing when custom analyzers (or tokenizers, token filters, or char filters) have the same names as built in analyzers etc. eg see #22262
We should disallow this.
The text was updated successfully, but these errors were encountered: