Class Util.FSTPath<T>

java.lang.Object
org.apache.lucene.util.fst.Util.FSTPath<T>
Enclosing class:
Util

public static class Util.FSTPath<T> extends Object
Represents a path in TopNSearcher.
  • Field Details

    • arc

      public FST.Arc<T> arc
    • cost

      public T cost
    • input

      public final IntsRef input
  • Constructor Details

    • FSTPath

      public FSTPath(T cost, FST.Arc<T> arc, IntsRef input)
      Sole constructor
  • Method Details