Class FSTCompiler.Arc<T>

java.lang.Object
org.apache.lucene.util.fst.FSTCompiler.Arc<T>
Enclosing class:
FSTCompiler<T>

static class FSTCompiler.Arc<T> extends Object
Expert: holds a pending (seen but not yet serialized) arc.
  • Field Details

    • label

      int label
    • target

    • isFinal

      boolean isFinal
    • output

      T output
    • nextFinalOutput

      T nextFinalOutput
  • Constructor Details

    • Arc

      Arc()