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 VersionLiveIndexWriterConfig. matchVersionVersionthatIndexWritershould 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 anIndexWriterusing the givenmatchVersion.IndexUpgrader(Directory dir, Version matchVersion, PrintStream infoStream, boolean deletePriorCommits)Creates index upgrader on the given directory, using anIndexWriterusing 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 VersionVersion. parseLeniently(String version)static VersionVersion. 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 booleanVersion. onOrAfter(Version other)
-