-
Type:
New Feature
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 8.0
-
Component/s: None
-
Labels:None
-
Lucene Fields:New
LowerCaseTokenizer combines tokenization and filtering in a way that prevents us improving the normalization API. We should deprecate and remove it, as it can be replaced simply with a LetterTokenizer and LowerCaseFilter.