The Version type exposes the following members.

Constructors

  NameDescription
Public methodVersion
Initializes a new instance of the Version class

Methods

  NameDescription
Public methodEquals
Resolves the deserialized instance to the local reference for accurate equals() and == comparisons.
(Inherited from Parameter.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnOrAfter
Public methodToString (Inherited from Parameter.)

Fields

  NameDescription
Public fieldStatic memberLUCENE_20
Match settings and bugs in Lucene's 2.0 release.
Public fieldStatic memberLUCENE_21
Match settings and bugs in Lucene's 2.1 release.
Public fieldStatic memberLUCENE_22
Match settings and bugs in Lucene's 2.2 release.
Public fieldStatic memberLUCENE_23
Match settings and bugs in Lucene's 2.3 release.
Public fieldStatic memberLUCENE_24
Match settings and bugs in Lucene's 2.3 release.
Public fieldStatic memberLUCENE_29
Public fieldStatic memberLUCENE_CURRENT Obsolete.

WARNING: if you use this setting, and then upgrade to a newer release of Lucene, sizable changes may happen. If precise back compatibility is important then you should instead explicitly specify an actual version. If you use this constant then you may need to re-index all of your documents when upgrading Lucene, as the way text is indexed may have changed. Additionally, you may need to re-test your entire application to ensure it behaves as expected, as some defaults may have changed and may break functionality in your application.

See Also