Uses of Class
org.apache.lucene.analysis.StopwordAnalyzerBase

Packages that use StopwordAnalyzerBase
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
 class StopAnalyzer
          Filters LetterTokenizer with LowerCaseFilter and StopFilter.
 

Uses of StopwordAnalyzerBase in org.apache.lucene.analysis.standard
 

Subclasses of StopwordAnalyzerBase in org.apache.lucene.analysis.standard
 class ClassicAnalyzer
          Filters ClassicTokenizer with ClassicFilter, LowerCaseFilter and StopFilter, using a list of English stop words.
 class StandardAnalyzer
          Filters StandardTokenizer with StandardFilter, LowerCaseFilter and StopFilter, using a list of English stop words.
 class UAX29URLEmailAnalyzer
          Filters UAX29URLEmailTokenizer with StandardFilter, LowerCaseFilter and StopFilter, using a list of English stop words.
 



Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.