DateRecognizerSinkFilter | Attempts to parse the org.apache.lucene.analysis.Token#termBuffer() as a Date using a java.text.DateFormat . | code | html |
DateRecognizerSinkTokenizer | Attempts to parse the org.apache.lucene.analysis.Token#termBuffer() as a Date using a java.text.DateFormat . | code | html |
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 | 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 |
TokenTypeSinkFilter | Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. | code | html |
TokenTypeSinkTokenizer | If the org.apache.lucene.analysis.Token#type() matches the passed in typeToMatch then
add it to the sink |
code | html |