org.apache.lucene.search
public class ScoreDoc extends Object implements Serializable
See Also: TopDocs
Field Summary | |
---|---|
int | doc Expert: A hit document's number. |
float | score Expert: The score of this document for the query. |
Constructor Summary | |
---|---|
ScoreDoc(int doc, float score) Expert: Constructs a ScoreDoc. |
See Also: Searcher