#include "indri/IndexWriter.hpp"
#include "indri/Index.hpp"
#include "indri/DocListFileIterator.hpp"
#include <vector>
#include <queue>
#include "indri/greedy_vector"
#include "indri/Path.hpp"
#include "indri/Parameters.hpp"
#include "indri/DiskTermData.hpp"
#include "indri/TermBitmap.hpp"
#include "indri/DiskDocListIterator.hpp"
#include "indri/DiskIndex.hpp"
#include "indri/DocumentDataIterator.hpp"
#include "indri/MemoryIndex.hpp"
#include "indri/BulkTree.hpp"
#include "indri/DeletedDocumentList.hpp"
#include "indri/IndriTimer.hpp"
Defines | |
#define | LOGMESSAGE(x) assert(1) |
#define | LOGSTART assert(1) |
Variables | |
const int | KEYFILE_MEMORY_SIZE = 128*1024 |
const int | OUTPUT_BUFFER_SIZE = 512*1024 |
|
|
|
|
|
|
|
|