#include <QueryNode.hpp>
Inheritance diagram for UwnQNode:
Public Methods | |
UwnQNode (int size, double w, double d) | |
virtual | ~UwnQNode () |
virtual void | updateDocList (int numDocs) |
Intersect the doc lists of the children of this node. | |
Private Methods | |
void | unorderedProxList (int numDocs) |
Prune proximity list for unordered proximity operator. | |
bool | findUnorderedWin (QueryNode *cqn, QnList *cl, int winSize) |
find matching windows for unordered proximity operators. |
|
|
|
|
|
find matching windows for unordered proximity operators.
|
|
Prune proximity list for unordered proximity operator.
|
|
Intersect the doc lists of the children of this node.
Reimplemented from ProxNode. |