#include <QueryNode.hpp>
Inheritance diagram for SynQNode:
Public Methods | |
SynQNode (double w, double d) | |
virtual | ~SynQNode () |
virtual void | updateDocList (int numDocs) |
Intersect the doc lists of the children of this node. | |
Private Methods | |
void | synonymProxList () |
construct the proximity list synonym operator. |
|
|
|
|
|
construct the proximity list synonym operator. this should iterate over the sets of prox lists pairwise intersect (or clever). |
|
Intersect the doc lists of the children of this node.
Reimplemented from ProxNode. |