Class FieldValueHitQueue.Entry

java.lang.Object
org.apache.lucene.search.ScoreDoc
org.apache.lucene.search.FieldValueHitQueue.Entry
Enclosing class:
FieldValueHitQueue<T extends FieldValueHitQueue.Entry>

public static class FieldValueHitQueue.Entry extends ScoreDoc
Extension of ScoreDoc to also store the FieldComparator slot.
  • Field Details

    • slot

      public int slot
  • Constructor Details

    • Entry

      public Entry(int slot, int doc)
  • Method Details