#include <QueryNode.hpp>
Inheritance diagram for lemur::retrieval::TermQnode:
Public Member Functions | |
TermQnode (int id, double weight) | |
virtual | ~TermQnode () |
virtual double | eval (const lemur::api::DocumentRep *dRep) const |
Score as the termWeight of this term in the document. | |
virtual void | copyDocList (int len, int tf, const lemur::api::DocInfoList *dl, int dc) |
Copy the DocInfoList for a given node. |
|
|
|
|
|
Copy the DocInfoList for a given node.
Reimplemented from lemur::retrieval::QueryNode. |
|
Score as the termWeight of this term in the document.
Reimplemented from lemur::retrieval::ProxNode. |