|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SinkTokenizer | |
|---|---|
| org.apache.lucene.analysis | API and code to convert text into indexable/searchable tokens. |
| org.apache.lucene.analysis.sinks | Implementations of the SinkTokenizer that might be useful. |
| Uses of SinkTokenizer in org.apache.lucene.analysis |
|---|
| Constructors in org.apache.lucene.analysis with parameters of type SinkTokenizer | |
|---|---|
TeeTokenFilter(TokenStream input,
SinkTokenizer sink)
|
|
| Uses of SinkTokenizer in org.apache.lucene.analysis.sinks |
|---|
| Subclasses of SinkTokenizer in org.apache.lucene.analysis.sinks | |
|---|---|
class |
DateRecognizerSinkTokenizer
Attempts to parse the Token.termBuffer() as a Date using a DateFormat. |
class |
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 |
class |
TokenTypeSinkTokenizer
If the Token.type() matches the passed in typeToMatch then
add it to the sink |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||