Uses of Class
org.apache.lucene.analysis.FilteringTokenFilter
Packages that use FilteringTokenFilter
Package
Description
Text analysis.
Basic, general-purpose analysis components.
Analyzer for Japanese.
Analyzer for Korean.
Miscellaneous Tokenstreams.
The UnifiedHighlighter -- a flexible highlighter that can get offsets from postings, term
vectors, or analysis.
-
Uses of FilteringTokenFilter in org.apache.lucene.analysis
Subclasses of FilteringTokenFilter in org.apache.lucene.analysis -
Uses of FilteringTokenFilter in org.apache.lucene.analysis.core
Subclasses of FilteringTokenFilter in org.apache.lucene.analysis.coreModifier and TypeClassDescriptionfinal class
Removes stop words from a token stream.final class
Removes tokens whose types appear in a set of blocked types from a token stream. -
Uses of FilteringTokenFilter in org.apache.lucene.analysis.ja
Subclasses of FilteringTokenFilter in org.apache.lucene.analysis.jaModifier and TypeClassDescriptionfinal class
Removes tokens that match a set of part-of-speech tags. -
Uses of FilteringTokenFilter in org.apache.lucene.analysis.ko
Subclasses of FilteringTokenFilter in org.apache.lucene.analysis.koModifier and TypeClassDescriptionfinal class
Removes tokens that match a set of part-of-speech tags. -
Uses of FilteringTokenFilter in org.apache.lucene.analysis.miscellaneous
Subclasses of FilteringTokenFilter in org.apache.lucene.analysis.miscellaneousModifier and TypeClassDescriptionfinal class
Removes words that are too long or too short from the stream.class
Filters all tokens that cannot be parsed to a date, using the providedDateFormat
.final class
Allows Tokens with a given combination of flags to be dropped.final class
A TokenFilter that only keeps tokens with text contained in the required words.final class
Removes words that are too long or too short from the stream. -
Uses of FilteringTokenFilter in org.apache.lucene.search.uhighlight
Methods in org.apache.lucene.search.uhighlight that return FilteringTokenFilterModifier and TypeMethodDescriptionprivate static FilteringTokenFilter
MemoryIndexOffsetStrategy.newKeepWordFilter
(TokenStream tokenStream, CharArrayMatcher matcher)