Uses of Class
org.apache.lucene.util.Version
-
Packages that use Version Package Description org.apache.lucene.index Code to maintain and access indices.org.apache.lucene.util Some utility classes. -
-
Uses of Version in org.apache.lucene.index
Fields in org.apache.lucene.index declared as Version Modifier and Type Field Description protected Version
LiveIndexWriterConfig. matchVersion
Version
thatIndexWriter
should emulate.Constructors in org.apache.lucene.index with parameters of type Version Constructor Description IndexUpgrader(Directory dir, Version matchVersion)
Creates index upgrader on the given directory, using anIndexWriter
using the givenmatchVersion
.IndexUpgrader(Directory dir, Version matchVersion, PrintStream infoStream, boolean deletePriorCommits)
Creates index upgrader on the given directory, using anIndexWriter
using the givenmatchVersion
.IndexWriterConfig(Version matchVersion, Analyzer analyzer)
-
Uses of Version in org.apache.lucene.util
Methods in org.apache.lucene.util that return Version Modifier and Type Method Description static Version
Version. parseLeniently(String version)
static Version
Version. valueOf(String name)
Returns the enum constant of this type with the specified name.static Version[]
Version. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.lucene.util with parameters of type Version Modifier and Type Method Description boolean
Version. onOrAfter(Version other)
-