#include <OkapiRetMethod.hpp>
Inheritance diagram for OkapiQueryRep:
Public Methods | |
OkapiQueryRep (const TermQuery &qry, const Index &dbIndex, double paramK3) | |
virtual | ~OkapiQueryRep () |
int | pNormCount () const |
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 (TERMID_T wdIndex, double wdCount) const |
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
|
|
|
|
|
|
|