Add back-compat indices for 8.11.1

This commit is contained in:
Jan Høydahl 2021-12-16 13:28:02 +01:00
parent 91d4846df6
commit 9534a08aa3
4 changed files with 5 additions and 2 deletions

View File

@ -380,7 +380,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
"8.10.1-cfs",
"8.10.1-nocfs",
"8.11.0-cfs",
"8.11.0-nocfs"
"8.11.0-nocfs",
"8.11.1-cfs",
"8.11.1-nocfs"
};
public static String[] getOldNames() {
@ -410,7 +412,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
"sorted.8.8.2",
"sorted.8.9.0",
"sorted.8.10.1",
"sorted.8.11.0"
"sorted.8.11.0",
"sorted.8.11.1"
};
public static String[] getOldSortedNames() {