Common retrieval parameters | |
String | databaseIndex |
database index | |
String | retModel |
Retrieval method. | |
String | textQuerySet |
text query set | |
String | resultFile |
result file name | |
bool | TRECresultFileFormat |
result file format, one of true for trec, false for 3col. | |
int | fbDocCount |
number of docs for feedback (0=no feedback) | |
int | resultCount |
number of docs to return as results | |
bool | cacheDocReps |
should DocReps be cached across calls to score | |
bool | useWorkingSet |
Use a working set? Default is to score the whole collection;. | |
String | workSetFile |
working set file name | |
Functions | |
string | getLower (char *parm, char *def) |
void | get () |
get parameters. |
|
get parameters.
|
|
|
|
should DocReps be cached across calls to score
|
|
database index
|
|
number of docs for feedback (0=no feedback)
|
|
number of docs to return as results
|
|
result file name
|
|
Retrieval method.
|
|
text query set
|
|
result file format, one of true for trec, false for 3col.
|
|
Use a working set? Default is to score the whole collection;.
|
|
working set file name
|