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

Analysis: Use ES version of PatternAnalyzer for prebuilt version. #8316

Closed
wants to merge 1 commit into from

Conversation

rjernst
Copy link
Member

@rjernst rjernst commented Nov 1, 2014

Elasticsearch already has a custom PatternAnalyzerProvider to avoid a lowercasing localization issue. But the prebuilt version still used lucene's version. This pulls the ES version out so it can be used in the prebuilt analyzers, and fixes the analysis bwc test to not use text containing characters that could have problems with the old version.

…h is not susceptible to

default locale issues.
@rmuir
Copy link
Contributor

rmuir commented Nov 1, 2014

FYI: this change was already done in the 5.0 upgrade branch, additionally it has unit tests and so on there.

@rjernst
Copy link
Member Author

rjernst commented Nov 16, 2014

Closing in favor of the changes on 5.0, and moving fixing the tests to a separate issue (#8492).

@rjernst rjernst closed this Nov 16, 2014
@rjernst rjernst deleted the fix/analysis-bwc branch January 21, 2015 23:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants