ddc
|
#include "StdConc.h"
#include "../ConcordLib/IndexSetForLoadingStage.h"
#include "../ConcordLib/ConcIndexator.h"
Macros | |
#define | MAX_STRINGBUFFER_SIZE (DWORD_MAX & (~AllFlags)) |
Functions | |
template<class T > | |
bool | WriteLoadIndexToTempFileAndClear (FILE *fp, vector< T > &V) |
void | PrintLoadIndexHashStats (const vector< CItemIndexForLoading > *hash, const char *label, FILE *f) |
void | RollbackLoadIndexHash (vector< CItemIndexForLoading > *Hash, CTokenNo startTrimTokenNo) |
Variables | |
bool | ddcEnableAnonymousTokens = false |
#define MAX_STRINGBUFFER_SIZE (DWORD_MAX & (~AllFlags)) |
Referenced by CIndexSetForLoadingStage::AddItemStrToBuffer().
bool WriteLoadIndexToTempFileAndClear | ( | FILE * | fp, |
vector< T > & | V | ||
) |
Referenced by CIndexSetForLoadingStage::SaveMemoryLoadIndex().
void PrintLoadIndexHashStats | ( | const vector< CItemIndexForLoading > * | hash, |
const char * | label, | ||
FILE * | f | ||
) |
Referenced by CIndexSetForLoadingStage::PrintLoadIndexStats().
void RollbackLoadIndexHash | ( | vector< CItemIndexForLoading > * | Hash, |
CTokenNo | startTrimTokenNo | ||
) |
Referenced by CIndexSetForLoadingStage::RollbackLoadIndex().
bool ddcEnableAnonymousTokens = false |
global hack: set this to a true value to enable "masked" tokens (0 occurrences, in *_storage but not searchable) during corpus indexing. Default was true prior to ddc v2.1.18.
Referenced by CIndexSetForLoadingStage::InsertToInputLoadIndex().