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

ProxInfo Class Reference

#include <StructQueryRep.hpp>

List of all members.

Public Methods

 ProxInfo ()
 ~ProxInfo ()

Public Attributes

int id
 document id

int count
 term freq

int size
 window size

int nextPos
int * posList
 list of positions in document

ProxInfo * next
 next ProxInfo element in the list.


Detailed Description

Proximity information for a term within a document. Provides support for ordered and unordered window operators. Used to prune document lists before scoring the documents.


Constructor & Destructor Documentation

ProxInfo::ProxInfo   [inline]
 

ProxInfo::~ProxInfo   [inline]
 


Member Data Documentation

int ProxInfo::count
 

term freq

int ProxInfo::id
 

document id

ProxInfo* ProxInfo::next
 

next ProxInfo element in the list.

int ProxInfo::nextPos
 

next position of this term in document used by unordered window and synonym

int* ProxInfo::posList
 

list of positions in document

int ProxInfo::size
 

window size


The documentation for this class was generated from the following file:
Generated on Mon Sep 30 14:14:15 2002 for LEMUR by doxygen1.2.18