TokenRangeSinkFilter
and TeeSinkTokenFilter
instead.public class TokenRangeSinkTokenizer
extends org.apache.lucene.analysis.SinkTokenizer
Constructor and Description |
---|
TokenRangeSinkTokenizer(int lower,
int upper)
Deprecated.
|
TokenRangeSinkTokenizer(int initCap,
int lower,
int upper)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
add(org.apache.lucene.analysis.Token t)
Deprecated.
|
void |
reset()
Deprecated.
|
end, getOnlyUseNewAPI, incrementToken, next, setOnlyUseNewAPI
addAttribute, addAttributeImpl, captureState, clearAttributes, cloneAttributes, equals, getAttribute, getAttributeClassesIterator, getAttributeFactory, getAttributeImplsIterator, hasAttribute, hasAttributes, hashCode, restoreState, toString
public TokenRangeSinkTokenizer(int lower, int upper)
public TokenRangeSinkTokenizer(int initCap, int lower, int upper)
public void add(org.apache.lucene.analysis.Token t)
add
in class org.apache.lucene.analysis.SinkTokenizer
public void reset() throws IOException
reset
in class org.apache.lucene.analysis.SinkTokenizer
IOException
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.