Add back-compat indices for 9.9.1

This commit is contained in:
ChrisHegarty 2023-12-17 09:39:46 +00:00
parent 08728bf202
commit f6582ce048
4 changed files with 5 additions and 2 deletions

View File

@ -377,7 +377,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
"9.8.0-cfs",
"9.8.0-nocfs",
"9.9.0-cfs",
"9.9.0-nocfs"
"9.9.0-nocfs",
"9.9.1-cfs",
"9.9.1-nocfs"
};
public static String[] getOldNames() {
@ -396,7 +398,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
"sorted.9.6.0",
"sorted.9.7.0",
"sorted.9.8.0",
"sorted.9.9.0"
"sorted.9.9.0",
"sorted.9.9.1"
};
public static String[] getOldSortedNames() {