Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

UwnQNode Class Reference

#include <QueryNode.hpp>

Inheritance diagram for UwnQNode:

ProxNode QueryNode List of all members.

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.


Detailed Description

Implements the UWN operator. This is the UNORDERED WINDOW operator. Evaluates to the proximityScore of the document.


Constructor & Destructor Documentation

UwnQNode::UwnQNode int    size,
double    w,
double    d
[inline]
 

virtual UwnQNode::~UwnQNode   [inline, virtual]
 


Member Function Documentation

bool UwnQNode::findUnorderedWin QueryNode   cqn,
QnList   cl,
int    winSize
[private]
 

find matching windows for unordered proximity operators.

void UwnQNode::unorderedProxList int    numDocs [private]
 

Prune proximity list for unordered proximity operator.

virtual void UwnQNode::updateDocList int    numDocs [inline, virtual]
 

Intersect the doc lists of the children of this node.

Reimplemented from ProxNode.


The documentation for this class was generated from the following files:
Generated on Fri Feb 6 07:12:08 2004 for LEMUR by doxygen1.2.16