Add missing LUCENE_9_5_0 version

This commit is contained in:
Luca Cavanna 2023-01-25 13:37:48 +01:00
parent d1fa52e62f
commit 72c8b334a0
1 changed files with 7 additions and 0 deletions

View File

@ -81,6 +81,13 @@ public final class Version {
*/
@Deprecated public static final Version LUCENE_9_4_2 = new Version(9, 4, 2);
/**
* Match settings and bugs in Lucene's 9.5.0 release.
*
* @deprecated Use latest
*/
@Deprecated public static final Version LUCENE_9_5_0 = new Version(9, 5, 0);
/**
* Match settings and bugs in Lucene's 10.0.0 release.
*