org.apache.lucene.search
Class ScoreDoc
- java.lang.Object
-
- org.apache.lucene.search.ScoreDoc
-
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- FieldDoc
public class ScoreDoc extends java.lang.Object implements java.io.SerializableExpert: Returned by low-level search implementations.- See Also:
TopDocs, Serialized Form
-
-
Field Detail
-
score
public float score
Expert: The score of this document for the query.
-
doc
public int doc
Expert: A hit document's number.- See Also:
Searcher.doc(int)
-
-
DataMelt 3.0 © DataMelt by jWork.ORG