Java org.apache.lucene.util Constants fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.util Constants fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.util Constants.

The text is from its open source code.

Implementation

org.apache.lucene.util.Constants has the following implementations.
Click this link to see all its implementation.

Field

StringJVM_VENDOR
JVM vendor info.
StringJVM_VERSION
StringJVM_NAME
StringJAVA_VERSION
The value of System.getProperty("java.version").
StringOS_NAME
The value of System.getProperty("os.name").
booleanLINUX
True iff running on Linux.
booleanWINDOWS
True iff running on Windows.
booleanSUN_OS
True iff running on SunOS.
booleanMAC_OS_X
True iff running on Mac OS X
booleanFREE_BSD
True iff running on FreeBSD
StringOS_ARCH
StringOS_VERSION
StringJAVA_VENDOR
booleanJRE_IS_64BIT
True iff running on a 64bit JVM
booleanJRE_IS_MINIMUM_JAVA8
booleanJRE_IS_MINIMUM_JAVA9
StringLUCENE_MAIN_VERSION
This is the internal Lucene version, including bugfix versions, recorded into each segment.