Uses of Class
org.apache.lucene.analysis.StopwordAnalyzerBase
- 
Packages that use StopwordAnalyzerBase Package Description org.apache.lucene.analysis.standard Fast, general-purpose grammar-based tokenizerStandardTokenizerimplements the Word Break rules from the Unicode Text Segmentation algorithm, as specified in Unicode Standard Annex #29.
- 
- 
Uses of StopwordAnalyzerBase in org.apache.lucene.analysis.standardSubclasses of StopwordAnalyzerBase in org.apache.lucene.analysis.standard Modifier and Type Class Description classStandardAnalyzerFiltersStandardTokenizerwithLowerCaseFilterandStopFilter, using a configurable list of stop words.
 
-