Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

BasicIndex.cpp File Reference

#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

Variables

const int maxDocSize = 5000
const char * wordIndexSuffix = "windex"
const char * documentIndexSuffix = "dindex"
const char * wordVocSuffix = "terms"
const char * documentVocSuffix = "docids"
const char * wordKeySuffix = "wkey"
const char * documentKeySuffix = "dkey"
const char * indexFileSuffix = "bsc"

Define Documentation

#define MAX a,
     (a<=b) ? b : a
 

#define MAXINDEX   1024
 

#define MAXLINE   65536
 

#define MIN a,
     (a<=b) ? a : b
 


Variable Documentation

const char* documentIndexSuffix = "dindex"
 

const char* documentKeySuffix = "dkey"
 

const char* documentVocSuffix = "docids"
 

const char* indexFileSuffix = "bsc"
 

const int maxDocSize = 5000
 

const char* wordIndexSuffix = "windex"
 

const char* wordKeySuffix = "wkey"
 

const char* wordVocSuffix = "terms"
 


Generated on Mon Sep 30 14:13:25 2002 for LEMUR by doxygen1.2.18