Add back-compat indices for 8.4.1

This commit is contained in:
Ishan Chattopadhyaya 2020-01-14 19:41:43 +05:30
parent e3f3f3bbef
commit 3e3a0f9bc2
4 changed files with 5 additions and 2 deletions

View File

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