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

Packages that use FilteringTokenFilter
org.apache.lucene.analysis API and code to convert text into indexable/searchable tokens. 
 

Uses of FilteringTokenFilter in org.apache.lucene.analysis
 

Subclasses of FilteringTokenFilter in org.apache.lucene.analysis
 class LengthFilter
          Removes words that are too long or too short from the stream.
 class StopFilter
          Removes stop words from a token stream.
 



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