#include <OkapiRetMethod.hpp>
Inheritance diagram for OkapiQueryRep:
Public Methods | |
OkapiQueryRep (TextQuery &qry, Index &dbIndex, double paramK3) | |
virtual | ~OkapiQueryRep () |
int | pNormCount () |
return total number of relevant/feedback documents | |
void | setPNormCount (int count) |
set total number of relevant/feedback documents | |
void | incPEst (int wdIndex, int val) |
increase the count of relevant/feedback doc in which a term occurs | |
Protected Methods | |
virtual QueryTerm * | makeQueryTerm (int wdIndex, double wdCount) |
Protected Attributes | |
double | k3 |
int | pNorm |
int * | pEst |
|
|
|
|
|
increase the count of relevant/feedback doc in which a term occurs
|
|
Reimplemented from ArrayQueryRep. |
|
return total number of relevant/feedback documents
|
|
set total number of relevant/feedback documents
|
|
|
|
|
|
|