mirror of https://github.com/apache/lucene.git
Tidy.
This commit is contained in:
parent
a53d633bd9
commit
20c4a1466d
|
@ -189,17 +189,13 @@ public final class Version {
|
||||||
*/
|
*/
|
||||||
@Deprecated public static final Version LUCENE_8_11_0 = new Version(8, 11, 0);
|
@Deprecated public static final Version LUCENE_8_11_0 = new Version(8, 11, 0);
|
||||||
|
|
||||||
/**
|
/** @deprecated (10.0.0) Use latest */
|
||||||
* @deprecated (10.0.0) Use latest
|
@Deprecated public static final Version LUCENE_9_0_0 = new Version(9, 0, 0);
|
||||||
*/
|
|
||||||
@Deprecated
|
|
||||||
public static final Version LUCENE_9_0_0 = new Version(9, 0, 0);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Match settings and bugs in Lucene's 10.0.0 release.
|
* Match settings and bugs in Lucene's 10.0.0 release.
|
||||||
* <p>
|
*
|
||||||
* Use this to get the latest & greatest settings, bug
|
* <p>Use this to get the latest & greatest settings, bug fixes, etc, for Lucene.
|
||||||
* fixes, etc, for Lucene.
|
|
||||||
*/
|
*/
|
||||||
public static final Version LUCENE_10_0_0 = new Version(10, 0, 0);
|
public static final Version LUCENE_10_0_0 = new Version(10, 0, 0);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue