Class FieldValueHitQueue<T extends FieldValueHitQueue.Entry>

java.lang.Object
org.apache.lucene.util.PriorityQueue<T>
org.apache.lucene.search.FieldValueHitQueue<T>
All Implemented Interfaces:
Iterable<T>

public abstract class FieldValueHitQueue<T extends FieldValueHitQueue.Entry> extends PriorityQueue<T>
Expert: A hit queue for sorting by hits by terms in more than one field.
Since:
2.9
See Also:
WARNING: This API is experimental and might change in incompatible ways in the next release.
  • Field Details

    • fields

      protected final SortField[] fields
      Stores the sort criteria being used.
    • comparators

      protected final FieldComparator<?>[] comparators
    • reverseMul

      protected final int[] reverseMul
  • Method Details