#include <QueryNode.hpp>
Inheritance diagram for lemur::retrieval::UwnQNode:
Public Member Functions | |
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 Member Functions | |
void | unorderedProxList (int numDocs) |
Prune proximity list for unordered proximity operator. | |
bool | findUnorderedWin (const 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. ensure everyone is on the same doc id maximum number of matches. |
|
Intersect the doc lists of the children of this node.
Reimplemented from lemur::retrieval::ProxNode. |