Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
33 static const int32_t RADIX;
42 static const String& MIN_STRING_VALUE();
45 static const String& MAX_STRING_VALUE();
48 static int32_t STR_SIZE();
51 static String longToString(int64_t l);
54 static int64_t stringToLong(
const String& str);
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
Definition: AbstractAllTermDocs.h:12
Base class for all Lucene classes.
Definition: LuceneObject.h:31
clucene.sourceforge.net