public class FeedbackDocument extends Object
Modifier and Type | Field and Description |
---|---|
int |
docid
Document id
|
int |
rank
rank
|
byte |
relevance
relevance value - it might not contain relevance value
|
double |
score
score - 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 4.0. Copyright © 2004-2014 University of Glasgow