Uses of Class
org.apache.lucene.analysis.miscellaneous.PatternAnalyzer
-
Packages that use PatternAnalyzer Package Description org.apache.lucene.analysis.miscellaneous Miscellaneous TokenStreams -
-
Uses of PatternAnalyzer in org.apache.lucene.analysis.miscellaneous
Fields in org.apache.lucene.analysis.miscellaneous declared as PatternAnalyzer Modifier and Type Field Description static PatternAnalyzerPatternAnalyzer. DEFAULT_ANALYZERA lower-casing word analyzer with English stop words (can be shared freely across threads without harm); global per class loader.static PatternAnalyzerPatternAnalyzer. EXTENDED_ANALYZERA lower-casing word analyzer with extended English stop words (can be shared freely across threads without harm); global per class loader.
-