Package org.apache.lucene.search
Class ScoreDoc
java.lang.Object
org.apache.lucene.search.ScoreDoc
- Direct Known Subclasses:
FieldDoc
,FieldValueHitQueue.Entry
Holds one hit in
TopDocs
.-
Field Summary
Modifier and TypeFieldDescriptionint
A hit document's number.float
The score of this document for the query.int
-
Constructor Summary
-
Method Summary
-
Field Details
-
score
public float scoreThe score of this document for the query. -
doc
public int docA hit document's number.- See Also:
-
shardIndex
public int shardIndex
-
-
Constructor Details
-
ScoreDoc
public ScoreDoc(int doc, float score) Constructs a ScoreDoc. -
ScoreDoc
public ScoreDoc(int doc, float score, int shardIndex) Constructs a ScoreDoc.
-
-
Method Details