Uses of Enum
org.apache.lucene.util.Version
Packages that use Version
Package
Description
Code to maintain and access indices.
Some utility classes.
-
Uses of Version in org.apache.lucene.index
Fields in org.apache.lucene.index declared as VersionModifier and TypeFieldDescriptionprotected final Version
LiveIndexWriterConfig.matchVersion
Version
thatIndexWriter
should emulate.Constructors in org.apache.lucene.index with parameters of type VersionModifierConstructorDescriptionIndexUpgrader
(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 VersionModifier and TypeMethodDescriptionstatic Version
Version.parseLeniently
(String version) static Version
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