Lucene++ - a full-featured, c++ search engine
API Documentation
static const String & MAX_DATE_STRING()
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
static int64_t stringToTime(const String &s)
Converts a string-encoded date into a millisecond time.
static int32_t DATE_LEN()
Definition: AbstractAllTermDocs.h:12
Base class for all Lucene classes.
Definition: LuceneObject.h:31
static String dateToString(const boost::posix_time::ptime &date)
Converts a Date to a string suitable for indexing.
static String timeToString(int64_t time)
Converts a millisecond time to a string suitable for indexing.
Provides support for converting dates to strings and vice-versa. The strings are structured so that l...
Definition: DateField.h:31
static const String & MIN_DATE_STRING()
clucene.sourceforge.net