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 The org.apache.lucene.analysis.standard package contains three fast grammar-based tokenizers constructed 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.
 



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