|
Public Types |
enum | RetModel {
UNKNOWN = -1,
TFIDF = 0,
OKAPI = 1,
KL = 2,
INQUERY = 3,
CORI_CS = 4,
COS = 5,
INQ_STRUCT = 6,
INDRI = 7
} |
Static Public Methods |
RetrievalMethod * | createModel (const Index *ind, ArrayAccumulator *accum, RetModel type) |
| use specified model or check in parameters
|
RetrievalMethod * | createModel (const Index *ind, ArrayAccumulator *accum, string type="") |
| use specified model or check in parameters
|
IndexedRealVector * | runQuery (const string &query, const Index *index, const string &modeltype, const string &stopfile="", const string &stemtype="", const string &datadir="", const string &func="") |
IndexedRealVector * | runTextQuery (const string &query, TextQueryRetMethod *model, const string &stopfile="", const string &stemtype="", const string &datadir="", const string &func="") |
IndexedRealVector * | runStructQuery (const string &query, StructQueryRetMethod *model, const string &stopfile="", const string &stemtype="", const string &datadir="", const string &func="") |