| DateRecognizerSinkTokenizer | Attempts to parse the org.apache.lucene.analysis.Token#termBuffer() as a Date using a java.text.DateFormat . | code | html |
| 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 | code | html |
| TokenTypeSinkTokenizer | If the org.apache.lucene.analysis.Token#type() matches the passed in typeToMatch then
add it to the sink |
code | html |