Common retrieval parameters | |
| lemur::utility::String | databaseIndex |
| database index | |
| lemur::utility::String | retModel |
| Retrieval method. | |
| lemur::utility::String | textQuerySet |
| text query set | |
| lemur::utility::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;. | |
| lemur::utility::String | workSetFile |
| working set file name | |
Functions | |
| string | getLower (const char *parm, const 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
|
1.3.4