#include "common_headers.hpp"
#include "PushIndex.hpp"
#include "MemCache.hpp"
#include "InvFPTypes.hpp"
#include "InvFPDocList.hpp"
#include "InvFPTerm.hpp"
#include "InvFPIndexMerge.hpp"
Go to the source code of this file.
Compounds | |
class | InvFPPushIndex |
Typedefs | |
typedef map<char*, InvFPDocList*, ltstr> | TABLE_T |
Example Class for push method of building an index. More... |
|
Example Class for push method of building an index. This class builds an index assigning termids, docids, tracking locations of term within documents, and tracking terms within documents. It also expects a DocumentProp to have the total number of terms that were in a document. It expects that all stopping and stemming (if any) occurs before the term is passed in. |