| Package | Description |
|---|---|
| org.apache.lucene.analysis.sinks |
TeeSinkTokenFilter and implementations
of TeeSinkTokenFilter.SinkFilter that
might be useful. |
| Modifier and Type | Class and Description |
|---|---|
class |
DateRecognizerSinkFilter
Attempts to parse the
CharTermAttribute.buffer() as a Date using a DateFormat. |
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 upper
|
class |
TokenTypeSinkFilter
Adds a token to the sink if it has a specific type.
|
| Modifier and Type | Method and Description |
|---|---|
TeeSinkTokenFilter.SinkTokenStream |
TeeSinkTokenFilter.newSinkTokenStream(TeeSinkTokenFilter.SinkFilter filter)
Returns a new
TeeSinkTokenFilter.SinkTokenStream that receives all tokens consumed by this stream
that pass the supplied filter. |
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.