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

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

Introduction

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

The text is from its open source code.

Field

VersionLATEST

WARNING: if you use this setting, and then upgrade to a newer release of Lucene, sizable changes may happen.

VersionLUCENE_CURRENT
Constant for backwards compatibility.

Method

booleanequals(Object o)
booleanonOrAfter(Version other)
Returns true if this version is the same or after the version from the argument.
Versionparse(String version)
Parse a version number of the form "major.minor.bugfix.prerelease" .
VersionparseLeniently(String version)
Parse the given version number as a constant or dot based version.
StringtoString()