Package org.apache.lucene.analysis.sinks
Implementations of the SinkTokenizer that might be useful.
Copyright © 2007 Apache Software Foundation
-
Class Summary Class Description DateRecognizerSinkFilter Attempts to parse theCharTermAttributeImpl.termBuffer()
as a Date using aDateFormat
.TokenRangeSinkFilter Counts the tokens as they go by and saves to the internal list those between the range of lower and upper, exclusive of upperTokenTypeSinkFilter Adds a token to the sink if it has a specific type.