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

Make FieldNameAnalyzer less lenient. #11141

Merged
merged 1 commit into from May 15, 2015

Conversation

jpountz
Copy link
Contributor

@jpountz jpountz commented May 13, 2015

In case FieldNameAnalyzer does not find an explicit analyzer for a given
field name, it returns the default analyzer. This behaviour can hide bugs
where the analyzer fails to be propagated to FieldNameAnalyzer or an
analyzer is requested for a field which is not mapped.

In case FieldNameAnalyzer does not find an explicit analyzer for a given
field name, it returns the default analyzer. This behaviour can hide bugs
where the analyzer fails to be propagated to FieldNameAnalyzer or an
analyzer is requested for a field which is not mapped.
@rjernst
Copy link
Member

rjernst commented May 13, 2015

LGTM

jpountz added a commit that referenced this pull request May 15, 2015
Mappings: Make FieldNameAnalyzer less lenient.
@jpountz jpountz merged commit c5e74a8 into elastic:master May 15, 2015
@kevinkluge kevinkluge removed the review label May 15, 2015
@jpountz jpountz added the :Search/Mapping Index mappings, including merging and defining field types label May 15, 2015
@jpountz jpountz deleted the fix/fieldnameanalyzer_leniency branch May 18, 2015 09:33
@clintongormley clintongormley changed the title Mappings: Make FieldNameAnalyzer less lenient. Make FieldNameAnalyzer less lenient. Jun 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>enhancement :Search/Mapping Index mappings, including merging and defining field types v2.0.0-beta1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants