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

DocInfo Class Reference

Abstract Representation of Doc Information Entry. More...

#include <DocInfoList.hpp>

Inheritance diagram for DocInfo:

BasicDocInfo InvDocInfo InvFPDocInfo List of all members.

Public Methods

virtual ~DocInfo ()
virtual int docID ()=0
 doc id

virtual int termCount ()=0
 term count in the doc


Detailed Description

Abstract Representation of Doc Information Entry.

This is an abstract class that represents the information associated with each doc entry in the term to doc index. The basic information includes the doc ID and the frequency of a term in the document.


Constructor & Destructor Documentation

virtual DocInfo::~DocInfo   [inline, virtual]
 


Member Function Documentation

virtual int DocInfo::docID   [pure virtual]
 

doc id

Implemented in BasicDocInfo, and InvDocInfo.

virtual int DocInfo::termCount   [pure virtual]
 

term count in the doc

Implemented in BasicDocInfo, and InvDocInfo.


The documentation for this class was generated from the following file:
Generated on Fri Feb 6 07:11:59 2004 for LEMUR by doxygen1.2.16