public abstract static class SuggestUtils.TokenConsumer extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org |
charTermAttr
|
protected org |
offsetAttr
|
protected org |
posIncAttr
|
| Constructor and Description |
|---|
TokenConsumer()
|
| Modifier and Type | Method and Description |
|---|---|
void |
end()
|
protected org |
fillBytesRef(org
|
abstract void |
nextToken()
|
void |
reset(org
|
protected org.apache .lucene .analysis .tokenattributes .CharTermAttribute charTermAttr
protected org.apache .lucene .analysis .tokenattributes .PositionIncrementAttribute posIncAttr
protected org.apache .lucene .analysis .tokenattributes .OffsetAttribute offsetAttr
public void reset(org.apache .lucene .analysis .TokenStream stream)
protected org.apache .lucene .util .BytesRef fillBytesRef(org .apache .lucene .util .BytesRefBuilder spare)
public abstract void nextToken()
throws IOException
IOException
public void end()