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

InvFPTextHandler Class Reference

InvFPTextHandler builds an InvFPIndex using InvFPPushIndex. This class is a destination TextHandler. More...

#include <InvFPTextHandler.hpp>

Inheritance diagram for InvFPTextHandler:

TextHandler List of all members.

Public Methods

 InvFPTextHandler (char *filename,int bufferSize,bool countStopWds=false)
 Create a InvFPTextHandler with index name filename (minus the .ifp extension) and specified buffer size.

 ~InvFPTextHandler ()
char* handleDoc (char *docno)
 Pushes the doc into the InvFPPushIndex.

char* handleWord (char *word)
 Pushes the word into the InvFPPushIndex.


Detailed Description

InvFPTextHandler builds an InvFPIndex using InvFPPushIndex. This class is a destination TextHandler.


Constructor & Destructor Documentation

InvFPTextHandler::InvFPTextHandler ( char * filename,
int bufferSize,
bool countStopWords = false )
 

Create a InvFPTextHandler with index name filename (minus the .ifp extension) and specified buffer size.

InvFPTextHandler::~InvFPTextHandler ( )
 


Member Function Documentation

char * InvFPTextHandler::handleDoc ( char * docno ) [virtual]
 

Pushes the doc into the InvFPPushIndex.

Reimplemented from TextHandler.

char * InvFPTextHandler::handleWord ( char * word ) [virtual]
 

Pushes the word into the InvFPPushIndex.

Reimplemented from TextHandler.


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