apache / lucene

Apache Lucene open-source search software
https://lucene.apache.org/
Apache License 2.0
2.55k stars 1k forks source link

Deprecate Classic{Analyzer,Tokenizer,Filter} on branch_4x and remove them from trunk [LUCENE-5807] #6869

Open asfimport opened 10 years ago

asfimport commented 10 years ago

ClassicAnalyzer, ClassicTokenizer and ClassicFilter were introduced in Lucene 3.1, when the StandardTokenizer began implementing the Unicode standard word break rules.

I think we can drop these analysis components. ClassicTokenizer isn't being maintained anymore, and StandardTokenizer is a better choice anyway.


Migrated from LUCENE-5807 by Steven Rowe (@sarowe)

asfimport commented 10 years ago

Alan Woodward (@romseygeek) (migrated from JIRA)

+1. I've done a few rescue jobs that had these in their configs, I think they're just confusing for users.