Uses of Class
org.apache.lucene.analysis.TeeSinkTokenFilter.SinkFilter
-
Packages that use TeeSinkTokenFilter.SinkFilter Package Description org.apache.lucene.analysis API and code to convert text into indexable/searchable tokens.org.apache.lucene.analysis.sinks Implementations of the SinkTokenizer that might be useful. -
-
Uses of TeeSinkTokenFilter.SinkFilter in org.apache.lucene.analysis
Methods in org.apache.lucene.analysis with parameters of type TeeSinkTokenFilter.SinkFilter Modifier and Type Method Description TeeSinkTokenFilter.SinkTokenStream
TeeSinkTokenFilter. newSinkTokenStream(TeeSinkTokenFilter.SinkFilter filter)
Returns a newTeeSinkTokenFilter.SinkTokenStream
that receives all tokens consumed by this stream that pass the supplied filter. -
Uses of TeeSinkTokenFilter.SinkFilter in org.apache.lucene.analysis.sinks
Subclasses of TeeSinkTokenFilter.SinkFilter in org.apache.lucene.analysis.sinks Modifier and Type Class Description class
DateRecognizerSinkFilter
Attempts to parse theCharTermAttributeImpl.termBuffer()
as a Date using aDateFormat
.class
TokenRangeSinkFilter
Counts the tokens as they go by and saves to the internal list those between the range of lower and upper, exclusive of upperclass
TokenTypeSinkFilter
Adds a token to the sink if it has a specific type.
-