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

QueryTerm Class Reference

A query term is assumed to have at least an ID and a weight. More...

#include <TextQueryRep.hpp>

Inheritance diagram for QueryTerm:

OkapiQueryTerm List of all members.

Public Methods

 QueryTerm (int termID,double weight)
 ~QueryTerm ()
virtual int id ()
virtual double weight ()

Protected Attributes

int ti
double w

Detailed Description

A query term is assumed to have at least an ID and a weight.


Constructor & Destructor Documentation

QueryTerm::QueryTerm ( int termID,
double weight ) [inline]
 

QueryTerm::~QueryTerm ( ) [inline]
 


Member Function Documentation

int QueryTerm::id ( ) [inline, virtual]
 

double QueryTerm::weight ( ) [inline, virtual]
 

Reimplemented in OkapiQueryTerm.


Member Data Documentation

int QueryTerm::ti [protected]
 

double QueryTerm::w [protected]
 


The documentation for this class was generated from the following file:
Generated at Fri Jul 26 18:22:56 2002 for LEMUR by doxygen1.2.4 written by Dimitri van Heesch, © 1997-2000