Add back-compat indices for 8.4.0

This commit is contained in:
Adrien Grand 2019-12-29 21:42:31 +01:00
parent b4233062e0
commit 07ca00ed9c
4 changed files with 5 additions and 2 deletions

View File

@ -324,7 +324,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
"8.3.0-cfs",
"8.3.0-nocfs",
"8.3.1-cfs",
"8.3.1-nocfs"
"8.3.1-nocfs",
"8.4.0-cfs",
"8.4.0-nocfs"
};
public static String[] getOldNames() {
@ -350,7 +352,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
"sorted.8.1.1",
"sorted.8.2.0",
"sorted.8.3.0",
"sorted.8.3.1"
"sorted.8.3.1",
"sorted.8.4.0"
};
public static String[] getOldSortedNames() {