Main Page   Namespace List   Class Hierarchy   Alphabetical List   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 string &indexName)
 ~InvFPIndex ()
Index entry access
DocInfoListdocInfoList (TERMID_T termID) const
 doc entries in a term index,
See also:
DocList , InvFPDocList


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


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


COUNT_T docLengthCounted (DOCID_T docID) const
 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 string &    indexName
 

InvFPIndex::~InvFPIndex  
 


Member Function Documentation

DocInfoList * InvFPIndex::docInfoList TERMID_T    termID const [virtual]
 

doc entries in a term index,

See also:
DocList , InvFPDocList

Reimplemented from InvIndex.

COUNT_T InvFPIndex::docLengthCounted DOCID_T    docID const [virtual]
 

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

Reimplemented from InvIndex.

TermInfoList * InvFPIndex::termInfoList DOCID_T    docID const [virtual]
 

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

See also:
TermList

Reimplemented from InvIndex.

TermInfoList * InvFPIndex::termInfoListSeq DOCID_T    docID const [virtual]
 

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

See also:
TermList

Reimplemented from Index.


The documentation for this class was generated from the following files:
Generated on Wed Nov 3 12:59:41 2004 for Lemur Toolkit by doxygen1.2.18