The Version type exposes the following members.
Constructors
Methods
Name | Description | |
---|---|---|
Equals | Resolves the deserialized instance to the local reference for accurate
equals() and == comparisons.
(Inherited from Parameter.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnOrAfter | ||
ToString | (Inherited from Parameter.) |
Fields
Name | Description | |
---|---|---|
LUCENE_20 | Match settings and bugs in Lucene's 2.0 release. | |
LUCENE_21 | Match settings and bugs in Lucene's 2.1 release. | |
LUCENE_22 | Match settings and bugs in Lucene's 2.2 release. | |
LUCENE_23 | Match settings and bugs in Lucene's 2.3 release. | |
LUCENE_24 | Match settings and bugs in Lucene's 2.3 release. | |
LUCENE_29 | ||
LUCENE_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.
|