org.apache.lucene.search
Class FieldValueHitQueue.Entry

java.lang.Object
  extended by org.apache.lucene.search.ScoreDoc
      extended by 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 Summary
 int slot
           
 
Fields inherited from class org.apache.lucene.search.ScoreDoc
doc, score, shardIndex
 
Constructor Summary
FieldValueHitQueue.Entry(int slot, int doc, float score)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

slot

public int slot
Constructor Detail

FieldValueHitQueue.Entry

public FieldValueHitQueue.Entry(int slot,
                                int doc,
                                float score)
Method Detail

toString

public String toString()
Overrides:
toString in class ScoreDoc


Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.