Uses of Class
org.apache.lucene.analysis.FilteringTokenFilter
-
Packages that use FilteringTokenFilter Package Description 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 Modifier and Type Class Description classLengthFilterRemoves words that are too long or too short from the stream.classStopFilterRemoves stop words from a token stream.classTypeTokenFilterRemoves tokens whose types appear in a set of blocked types from a token stream.
-