public class FeedbackDocument extends Object
| Modifier and Type | Field and Description | 
|---|---|
| int | docidDocument id | 
| int | rankrank | 
| byte | relevancerelevance value - it might not contain relevance value | 
| double | scorescore - it might not contain score value | 
| Constructor and Description | 
|---|
| FeedbackDocument()default constructor | 
| FeedbackDocument(int _docid,
                int _rank,
                double _score)Constructor | 
public int docid
public int rank
public byte relevance
public double score
Terrier Information Retrieval Platform4.1. Copyright © 2004-2015, University of Glasgow