Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
43 RESOLUTION_MILLISECOND
61 static String dateToString(
const boost::posix_time::ptime& date,
Resolution resolution);
67 static String timeToString(int64_t time,
Resolution resolution);
73 static int64_t stringToTime(
const String& dateString);
78 static boost::posix_time::ptime stringToDate(
const String& dateString);
84 static boost::posix_time::ptime round(
const boost::posix_time::ptime& date,
Resolution resolution);
91 static int64_t round(int64_t time,
Resolution resolution);
103 static boost::posix_time::ptime parseDate(
const String& dateString, std::locale locale = std::locale());
#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