#include <InvFPTextHandler.hpp>
Inheritance diagram for InvFPTextHandler:
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. |
|
Create a InvFPTextHandler with index name filename (minus the .ifp extension) and specified buffer size.
|
|
|
|
Pushes the doc into the InvFPPushIndex.
Reimplemented from TextHandler. |
|
Pushes the word into the InvFPPushIndex.
Reimplemented from TextHandler. |