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


int docLengthCounted (int docID)
 Total count of terms in given document, not including stop words.


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.

int InvFPIndex::docLengthCounted int    docID [virtual]
 

Total count of terms in given document, not including stop words.

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 on Fri Feb 6 07:12:02 2004 for LEMUR by doxygen1.2.16