|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.galagosearch.core.retrieval.ScoredDocument
public class ScoredDocument
| Field Summary | |
|---|---|
int |
document
|
double |
score
|
| Constructor Summary | |
|---|---|
ScoredDocument(int document,
double score)
|
|
| Method Summary | |
|---|---|
int |
compareTo(ScoredDocument other)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public int document
public double score
| Constructor Detail |
|---|
public ScoredDocument(int document,
double score)
| Method Detail |
|---|
public int compareTo(ScoredDocument other)
compareTo in interface java.lang.Comparable<ScoredDocument>public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||