Public Member Functions | |
| Document (String documentNumber, int rank, double score) | |
| Document (String documentNumber) | |
Public Attributes | |
| int | rank |
| String | documentNumber |
| double | score |
|
||||||||||||||||
|
Constructs a new Document object.
|
|
|
Constructs a new Document object.
|
|
|
The document identifier. |
|
|
The rank of the document in a retrieved ranked list. |
|
|
The score given to this document by the retrieval system. |
1.3.4