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

Remove Lucene's deprecated PatternAnalyzer #6792

Merged
merged 1 commit into from Jul 9, 2014
Merged

Conversation

areek
Copy link
Contributor

@areek areek commented Jul 9, 2014

Instead of using the PatternAnalyzer, the functionality was replicated by using Lucene's StopFilter, PatterTokenizer and LowerCaseFilter

Closes #6717

Instead of using the PatternTokenizer, the functionality was replicated by using Lucene's StopFilter, PatterTokenizer and LowerCaseFilter

Closes elastic#6717
@areek areek changed the title Remove Lucene's deprecated PatternTokenizer Remove Lucene's deprecated PatternAnalyzer Jul 9, 2014
@s1monw
Copy link
Contributor

s1monw commented Jul 9, 2014

LGTM

areek added a commit that referenced this pull request Jul 9, 2014
Remove Lucene's deprecated PatternAnalyzer
@areek areek merged commit 95a5eed into elastic:master Jul 9, 2014
@achow achow mentioned this pull request Sep 22, 2015
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.

PatternAnalyzer should use PatternTokenFilter instead
2 participants