Class JapaneseTokenizer.Position

java.lang.Object
org.apache.lucene.analysis.ja.JapaneseTokenizer.Position
Enclosing class:
JapaneseTokenizer

static final class JapaneseTokenizer.Position extends Object
  • Field Details

    • pos

      int pos
    • count

      int count
    • costs

      int[] costs
    • lastRightID

      int[] lastRightID
    • backPos

      int[] backPos
    • backIndex

      int[] backIndex
    • backID

      int[] backID
    • backType

    • forwardCount

      int forwardCount
    • forwardPos

      int[] forwardPos
    • forwardID

      int[] forwardID
    • forwardIndex

      int[] forwardIndex
    • forwardType

      JapaneseTokenizer.Type[] forwardType
  • Constructor Details

    • Position

      Position()
  • Method Details

    • grow

      public void grow()
    • growForward

      public void growForward()
    • add

      public void add(int cost, int lastRightID, int backPos, int backIndex, int backID, JapaneseTokenizer.Type backType)
    • addForward

      public void addForward(int forwardPos, int forwardIndex, int forwardID, JapaneseTokenizer.Type forwardType)
    • reset

      public void reset()