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 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

DocInfo::~DocInfo ( ) [inline, virtual]
 


Member Function Documentation

int DocInfo::docID ( ) [pure virtual]
 

doc id.

Reimplemented in BasicDocInfo, and InvFPDocInfo.

int DocInfo::termCount ( ) [pure virtual]
 

term count in the doc.

Reimplemented in BasicDocInfo, and InvFPDocInfo.


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