#include "common_headers.hpp"
#include "Index.hpp"
#include "InvFPDocList.hpp"
#include "InvFPTermList.hpp"
#include "InvFPTypes.hpp"
#include "BasicCollectionProps.hpp"
#include "Param.hpp"
#include "PushIndex.hpp"
#include "MemCache.hpp"
#include "Keyfile.hpp"
#include "KeyfileDocMgr.hpp"
#include "ReadBuffer.hpp"
#include "WriteBuffer.hpp"
#include "TermCache.hpp"
#include <cstring>
#include <queue>
Go to the source code of this file.
Namespaces | |
namespace | lemur |
namespace | lemur::index |
Defines | |
#define | UNIQUE_TERMS 0 |
#define | TOTAL_TERMS 1 |
#define | DOCS 2 |
#define | DT_FILES 3 |
#define | INV_FILES 4 |
#define | MAX_DOCID_LENGTH 512 |
#define | MAX_TERM_LENGTH 512 |
#define | KEYFILE_MAX_SEGMENTS (16) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|