Add back-compat indices for 9.9.2

This commit is contained in:
ChrisHegarty 2024-01-29 16:55:04 +00:00
parent 4e5b294726
commit 239b83fca5
4 changed files with 5 additions and 2 deletions

View File

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