Companion

object Companion

Properties

Link copied to clipboard

WARNING: if you use this setting, and then upgrade to a newer release of Lucene, sizable changes may happen. If backwards compatibility is important then you should instead explicitly specify an actual version.

Link copied to clipboard
Link copied to clipboard

Match settings and bugs in Lucene's 10.1.0 release.

Link copied to clipboard

Match settings and bugs in Lucene's 10.2.0 release.

Link copied to clipboard

Match settings and bugs in Lucene's 11.0.0 release.

Link copied to clipboard

Constant for backwards compatibility.

Link copied to clipboard

Constant for the minimal supported major version of an index. This version is defined by the version that initially created the index.

Functions

Link copied to clipboard
fun fromBits(major: Int, minor: Int, bugfix: Int): Version

Returns a new version based on raw numbers

Link copied to clipboard
fun parse(version: String): Version

Parse a version number of the form "major.minor.bugfix.prerelease".

Link copied to clipboard

Parse the given version number as a constant or dot based version.