#include "indri/TermFieldStatistics.hpp"
#include <indri/greedy_vector>
#include "indri/DocListMemoryBuilder.hpp"
#include "File.hpp"
#include "lemur-compat.hpp"
#include "indri/RVLCompressStream.hpp"
#include "indri/RVLDecompressStream.hpp"
Go to the source code of this file.
Namespaces | |
namespace | indri |
namespace | indri::index |
Defines | |
#define | INDRI_MAX_SEGMENTS (8) |
Functions | |
indri::index::TermData * | termdata_create (int fieldCount) |
void | termdata_delete (indri::index::TermData *termData, int fieldCount) |
int | termdata_size (int fieldCount) |
int | termdata_compress (char *buffer, int size, int fieldCount, indri::index::TermData *termData) |
void | termdata_decompress (const char *buffer, int size, int fieldCount, indri::index::TermData *termData) |
|
|
|
|
|
|
|
|
|
|
|
|