Package org.apache.lucene.search
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 theFieldComparator
slot.
-
-
Field Summary
Fields Modifier and Type Field Description int
slot
-
Fields inherited from class org.apache.lucene.search.ScoreDoc
doc, score, shardIndex
-
-
Constructor Summary
Constructors Constructor Description Entry(int slot, int doc, float score)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-