|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.lucene.search.ScoreDoc
public class ScoreDoc
Expert: Returned by low-level search implementations.
TopDocs
,
Serialized FormField 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. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public float score
public int doc
Searcher.doc(int)
Constructor Detail |
---|
public ScoreDoc(int doc, float score)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |