Uses of Class
org.apache.lucene.analysis.StopwordAnalyzerBase
-
Packages that use StopwordAnalyzerBase Package Description org.apache.lucene.analysis API and code to convert text into indexable/searchable tokens.org.apache.lucene.analysis.standard Standards-based analyzers implemented with JFlex. -
-
Uses of StopwordAnalyzerBase in org.apache.lucene.analysis
Subclasses of StopwordAnalyzerBase in org.apache.lucene.analysis Modifier and Type Class Description class
StopAnalyzer
-
Uses of StopwordAnalyzerBase in org.apache.lucene.analysis.standard
Subclasses of StopwordAnalyzerBase in org.apache.lucene.analysis.standard Modifier and Type Class Description class
ClassicAnalyzer
FiltersClassicTokenizer
withClassicFilter
,LowerCaseFilter
andStopFilter
, using a list of English stop words.class
StandardAnalyzer
FiltersStandardTokenizer
withStandardFilter
,LowerCaseFilter
andStopFilter
, using a list of English stop words.class
UAX29URLEmailAnalyzer
FiltersUAX29URLEmailTokenizer
withStandardFilter
,LowerCaseFilter
andStopFilter
, using a list of English stop words.
-