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