Class Util.TopResults<T>

java.lang.Object
org.apache.lucene.util.fst.Util.TopResults<T>
All Implemented Interfaces:
Iterable<Util.Result<T>>
Enclosing class:
Util

public static final class Util.TopResults<T> extends Object implements Iterable<Util.Result<T>>
Holds the results for a top N search using Util.TopNSearcher
  • Field Details

    • isComplete

      public final boolean isComplete
      true iff this is a complete result ie. if the specified queue size was large enough to find the complete list of results. This might be false if the Util.TopNSearcher rejected too many results.
    • topN

      public final List<Util.Result<T>> topN
      The top results
  • Method Details