Package | Description |
---|---|
org.apache.lucene.analysis |
API and code to convert text into indexable/searchable tokens.
|
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. |