Class DirectCandidateGenerator.TokenConsumer

java.lang.Object
org.elasticsearch.search.suggest.phrase.DirectCandidateGenerator.TokenConsumer
Enclosing class:
DirectCandidateGenerator

public abstract static class DirectCandidateGenerator.TokenConsumer extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected org.apache.lucene.analysis.tokenattributes.CharTermAttribute
     
    protected org.apache.lucene.analysis.tokenattributes.OffsetAttribute
     
    protected org.apache.lucene.analysis.tokenattributes.PositionIncrementAttribute
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    end()
     
    protected org.apache.lucene.util.BytesRef
    fillBytesRef(org.apache.lucene.util.BytesRefBuilder spare)
     
    abstract void
     
    void
    reset(org.apache.lucene.analysis.TokenStream stream)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • 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
  • Constructor Details

    • TokenConsumer

      public TokenConsumer()
  • Method Details

    • 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 IOException
      Throws:
      IOException
    • end

      public void end()