#include "common_headers.hpp"
#include "IndexTypes.hpp"
#include <cstring>
Go to the source code of this file.
Namespaces | |
namespace | lemur |
namespace | lemur::index |
Defines | |
#define | IND_VERSION "4.12" |
#define | INVINDEX ".invf" |
#define | INVFPINDEX ".invfp" |
#define | INVLOOKUP ".invlookup" |
#define | DTINDEX ".dt" |
#define | DTLOOKUP ".dtlookup" |
#define | TERMIDMAP ".tid" |
#define | TERMIDSTRMAP ".tidstr" |
#define | DOCIDMAP ".did" |
#define | DOCIDSTRMAP ".didstr" |
#define | MAINTOC ".inv" |
#define | INVFPTOC ".ifp" |
#define | DOCMGRMAP ".dm" |
#define | INVALID_STR "[OOV]" |
#define | VERSION_PAR "VERSION" |
#define | NUMDOCS_PAR "NUM_DOCS" |
#define | NUMTERMS_PAR "NUM_TERMS" |
#define | NUMUTERMS_PAR "NUM_UNIQUE_TERMS" |
#define | AVEDOCLEN_PAR "AVE_DOCLEN" |
#define | INVINDEX_PAR "INV_INDEX" |
#define | INVLOOKUP_PAR "INV_LOOKUP" |
#define | DTINDEX_PAR "DT_INDEX" |
#define | DTLOOKUP_PAR "DT_LOOKUP" |
#define | TERMIDMAP_PAR "TERMIDS" |
#define | TERMIDSTRMAP_PAR "TERMIDSTRS" |
#define | DOCIDMAP_PAR "DOCIDS" |
#define | DOCIDSTRMAP_PAR "DOCIDSTRS" |
#define | NUMDT_PAR "NUM_DTFILES" |
#define | NUMINV_PAR "NUM_INVFILES" |
#define | DOCMGR_PAR "DOCMGR_IDS" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|