Some useful Lucene constants.
Definition Constants.h:15
static String LUCENE_MAIN_VERSION
Definition Constants.h:24
static String OS_NAME
Definition Constants.h:23
static String LUCENE_VERSION
Definition Constants.h:25
Use by certain classes to match version compatibility across releases of Lucene.
Definition Constants.h:32
Version
Definition Constants.h:40
@ LUCENE_29
Match settings and bugs in Lucene's 2.9 release.
Definition Constants.h:57
@ LUCENE_23
Match settings and bugs in Lucene's 2.3 release.
Definition Constants.h:51
@ LUCENE_30
Match settings and bugs in Lucene's 3.0 release.
Definition Constants.h:62
@ LUCENE_21
Match settings and bugs in Lucene's 2.1 release.
Definition Constants.h:45
@ LUCENE_24
Match settings and bugs in Lucene's 2.4 release.
Definition Constants.h:54
@ LUCENE_22
Match settings and bugs in Lucene's 2.2 release.
Definition Constants.h:48
static bool onOrAfter(LuceneVersion::Version first, LuceneVersion::Version second)
Definition AbstractAllTermDocs.h:12