Deprecate Classic{Analyzer,Tokenizer,Filter} on branch_4x and remove them from trunk [LUCENE-5807]
Open
legacy-jira-priority:Minor
module:analysis
type:task
- Dominant language
- Java
- Stars
- 3.6k
- Forks
- 1.4k
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 88
Description
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](https://issues.apache.org/jira/browse/LUCENE-5807) by Steven Rowe (@sarowe)
Contributor guide
Assessment
This issue has not been assessed yet.