Add back version constant to make TestBackwardCompatibility happy for now.

This commit is contained in:
Adrien Grand 2019-03-05 11:03:28 +01:00
parent 4264e9d364
commit 8186271916
1 changed files with 7 additions and 0 deletions

View File

@ -117,6 +117,13 @@ public final class Version {
@Deprecated
public static final Version LUCENE_7_7_1 = new Version(7, 7, 1);
/**
* Match settings and bugs in Lucene's 7.8.0 release.
* @deprecated Use latest
*/
@Deprecated
public static final Version LUCENE_7_8_0 = new Version(7, 8, 0);
/**
* Match settings and bugs in Lucene's 8.0.0 release.
* @deprecated (8.1.0) Use latest