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

InvFPIndex Class Reference

Class for retrieving indexed document collection based on the abstract class Index.hpp. More...

#include <InvFPIndex.hpp>

Inheritance diagram for InvFPIndex:

InvIndex Index List of all members.

Public Methods

 InvFPIndex ()
 InvFPIndex (const char *indexName)
 ~InvFPIndex ()
Index entry access
DocInfoListdocInfoList (int termID)
 doc entries in a term index,
See also:
DocList , InvFPDocList.


TermInfoListtermInfoList (int docID)
 word entries in a document index (bag of words),
See also:
TermList.


TermInfoListtermInfoListSeq (int docID)
 word entries in a document index (sequence of words),
See also:
TermList.



Detailed Description

Class for retrieving indexed document collection based on the abstract class Index.hpp.


Constructor & Destructor Documentation

InvFPIndex::InvFPIndex ( )
 

InvFPIndex::InvFPIndex ( const char * indexName )
 

InvFPIndex::~InvFPIndex ( )
 


Member Function Documentation

DocInfoList * InvFPIndex::docInfoList ( int termID ) [virtual]
 

doc entries in a term index,

See also:
DocList , InvFPDocList.

Reimplemented from InvIndex.

TermInfoList * InvFPIndex::termInfoList ( int docID ) [virtual]
 

word entries in a document index (bag of words),

See also:
TermList.

Reimplemented from InvIndex.

TermInfoList * InvFPIndex::termInfoListSeq ( int docID )
 

word entries in a document index (sequence of words),

See also:
TermList.


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