Class FSTUtil.Path<T>

java.lang.Object
org.apache.lucene.search.suggest.analyzing.FSTUtil.Path<T>
Enclosing class:
FSTUtil

public static final class FSTUtil.Path<T> extends Object
Holds a pair (automaton, fst) of states and accumulated output in the intersected machine.
  • Field Details

    • state

      public final int state
      Node in the automaton where path ends:
    • fstNode

      public final FST.Arc<T> fstNode
      Node in the FST where path ends:
    • output

      public final T output
      Output of the path so far:
    • input

      public final IntsRefBuilder input
      Input of the path so far:
  • Constructor Details