public class ScoredDoc extends Object
Constructor and Description |
---|
ScoredDoc(int docid,
double score,
short occurrences,
String[] metadata,
Map<String,Integer> metaKeyOffset) |
Modifier and Type | Method and Description |
---|---|
String[] |
getAllMetadata() |
int |
getDocid() |
String |
getMetadata(String key) |
short |
getOccurrences() |
double |
getScore() |
Terrier Information Retrieval Platform 5.1. Copyright © 2004-2019, University of Glasgow