public static class RetrievalEvaluator.Document extends Object
Modifier and Type | Field and Description |
---|---|
String |
documentNumber
The document identifier.
|
int |
rank
The rank of the document in a retrieved ranked list.
|
double |
score
The score given to this document by the retrieval system.
|
public int rank
public String documentNumber
public double score
public Document(String documentNumber, int rank, double score)
documentNumber
- The document identifier.rank
- The rank of the document in a retrieved ranked list.score
- The score given to this document by the retrieval system.