#include <cassert>#include <cstdio>#include "util.h"#include "BasicIndex.hpp"#include "Array.hpp"#include "BasicDocStream.hpp"#include "FastList.hpp"#include "GammaCompress.hpp"#include "ISet.hpp"#include "IndexCount.hpp"#include "Int.hpp"#include "List.hpp"#include "MemList.hpp"#include "Param.hpp"#include "String.hpp"#include "Terms.hpp"#include "Timer.hpp"#include "BasicTermInfoList.hpp"#include "BasicDocInfoList.hpp"#include "Exception.hpp"#include "FUtil.hpp"Defines | |
| #define | MAXLINE 65536 |
| #define | MAXINDEX 1024 |
| #define | MIN(a, b) (a<=b) ? a : b |
| #define | MAX(a, b) (a<=b) ? b : a |
Functions | |
| const string | wordIndexSuffix ("windex") |
| const string | documentIndexSuffix ("dindex") |
| const string | wordVocSuffix ("terms") |
| const string | documentVocSuffix ("docids") |
| const string | wordKeySuffix ("wkey") |
| const string | documentKeySuffix ("dkey") |
| const string | indexFileSuffix ("bsc") |
| void | my_assert (int exp, char *msg) |
| const char * | extractID (const char *id) |
| int | extractIntID (const char *id) |
| float | extractFloatID (const char *id) |
Variables | |
| const int | maxDocSize = 5000 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.18