Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

RetrievalParameter Namespace Reference

A package of retrieval parameter definitions and loading procedures General retrieval-related parameters. More...


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.


Detailed Description

A package of retrieval parameter definitions and loading procedures General retrieval-related parameters.

Function Documentation

void get   [static]
 

get parameters.

string getLower char *    parm,
char *    def
[static]
 


Variable Documentation

bool RetrievalParameter::cacheDocReps [static]
 

should DocReps be cached across calls to score

String RetrievalParameter::databaseIndex [static]
 

database index

int RetrievalParameter::fbDocCount [static]
 

number of docs for feedback (0=no feedback)

int RetrievalParameter::resultCount [static]
 

number of docs to return as results

String RetrievalParameter::resultFile [static]
 

result file name

String RetrievalParameter::retModel [static]
 

Retrieval method.

String RetrievalParameter::textQuerySet [static]
 

text query set

bool RetrievalParameter::TRECresultFileFormat [static]
 

result file format, one of true for trec, false for 3col.

bool RetrievalParameter::useWorkingSet [static]
 

Use a working set? Default is to score the whole collection;.

String RetrievalParameter::workSetFile [static]
 

working set file name


Generated on Wed Nov 3 13:00:08 2004 for Lemur Toolkit by doxygen1.2.18