Constants

object Constants

Properties

Link copied to clipboard

The default ReadAdvice used for opening index files. It will be by default, unless set by system property org.apache.lucene.store.defaultReadAdvice.

Link copied to clipboard

True iff running on FreeBSD

Link copied to clipboard

true iff we know FMA has faster throughput than separate mul/add.

Link copied to clipboard

true iff we know VFMA has faster throughput than separate vmul/vadd.

Link copied to clipboard

True iff the Java runtime is a client runtime and C2 compiler is not enabled.

Link copied to clipboard
val IS_HOTSPOT_VM: Boolean = false

True iff the Java VM is based on Hotspot and has the Hotspot MX bean readable by Lucene.

Link copied to clipboard
val IS_JVMCI_VM: Boolean = false

True if jvmci is enabled (e.g. graalvm)

Link copied to clipboard

The value of System.getProperty("java.runtime.version").

Link copied to clipboard

The value of System.getProperty("java.vendor").

Link copied to clipboard

True iff running on a 64bit JVM

Link copied to clipboard

JVM vendor name.

Link copied to clipboard

JVM vendor info.

Link copied to clipboard

True iff running on Linux.

Link copied to clipboard

True iff running on Mac OS X

Link copied to clipboard

The value of System.getProperty("os.arch").

Link copied to clipboard

The value of System.getProperty("os.name"). *

Link copied to clipboard

The value of System.getProperty("os.version").

Link copied to clipboard

True iff running on SunOS.

Link copied to clipboard

True iff running on Windows.