See: Description
| Class | Description |
|---|---|
| DateRecognizerSinkTokenizer |
Attempts to parse the
Token.termBuffer() as a Date using a DateFormat. |
| TokenRangeSinkTokenizer |
Counts the tokens as they go by and saves to the internal list those between the range of lower and upper, exclusive of upper
|
| TokenTypeSinkTokenizer |
If the
Token.type() matches the passed in typeToMatch then
add it to the sink |
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.