Class Util.TopNSearcher<T>

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

public static class Util.TopNSearcher<T> extends Object
Utility class to find top N shortest paths from start point(s).
  • Constructor Details

    • TopNSearcher

      public TopNSearcher(FST<T> fst, int topN, int maxQueueDepth, Comparator<T> comparator)
  • Method Details