Uses of Class
org.apache.lucene.analysis.StopwordAnalyzerBase
-
Packages that use StopwordAnalyzerBase Package Description org.apache.lucene.analysis.standard Fast, general-purpose grammar-based tokenizerStandardTokenizer
implements 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.standard
Subclasses of StopwordAnalyzerBase in org.apache.lucene.analysis.standard Modifier and Type Class Description class
StandardAnalyzer
FiltersStandardTokenizer
withLowerCaseFilter
andStopFilter
, using a configurable list of stop words.
-