Class DirectCandidateGenerator.TokenConsumer
- java.lang.Object
-
- org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator.TokenConsumer
-
- Enclosing class:
- DirectCandidateGenerator
public abstract static class DirectCandidateGenerator.TokenConsumer extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.lucene.analysis.tokenattributes.CharTermAttributecharTermAttrprotected org.apache.lucene.analysis.tokenattributes.OffsetAttributeoffsetAttrprotected org.apache.lucene.analysis.tokenattributes.PositionIncrementAttributeposIncAttr
-
Constructor Summary
Constructors Constructor Description TokenConsumer()
-
Method Summary
Modifier and Type Method Description voidend()protected org.apache.lucene.util.BytesReffillBytesRef(org.apache.lucene.util.BytesRefBuilder spare)abstract voidnextToken()voidreset(org.apache.lucene.analysis.TokenStream stream)
-
-
-
Field Detail
-
charTermAttr
protected org.apache.lucene.analysis.tokenattributes.CharTermAttribute charTermAttr
-
posIncAttr
protected org.apache.lucene.analysis.tokenattributes.PositionIncrementAttribute posIncAttr
-
offsetAttr
protected org.apache.lucene.analysis.tokenattributes.OffsetAttribute offsetAttr
-
-
Method Detail
-
reset
public void reset(org.apache.lucene.analysis.TokenStream stream)
-
fillBytesRef
protected org.apache.lucene.util.BytesRef fillBytesRef(org.apache.lucene.util.BytesRefBuilder spare)
-
nextToken
public abstract void nextToken() throws java.io.IOException- Throws:
java.io.IOException
-
end
public void end()
-
-