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 classStopAnalyzer -
Uses of StopwordAnalyzerBase in org.apache.lucene.analysis.standard
Subclasses of StopwordAnalyzerBase in org.apache.lucene.analysis.standard Modifier and Type Class Description classClassicAnalyzerFiltersClassicTokenizerwithClassicFilter,LowerCaseFilterandStopFilter, using a list of English stop words.classStandardAnalyzerFiltersStandardTokenizerwithStandardFilter,LowerCaseFilterandStopFilter, using a list of English stop words.classUAX29URLEmailAnalyzerFiltersUAX29URLEmailTokenizerwithStandardFilter,LowerCaseFilterandStopFilter, using a list of English stop words.
-