Add back-compat indices for 9.8.0

This commit is contained in:
Patrick Zhai 2023-09-29 14:32:09 -07:00
parent f658b83566
commit fbce75e50c
4 changed files with 5 additions and 2 deletions

View File

@ -372,7 +372,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
"9.6.0-cfs",
"9.6.0-nocfs",
"9.7.0-cfs",
"9.7.0-nocfs"
"9.7.0-nocfs",
"9.8.0-cfs",
"9.8.0-nocfs"
};
public static String[] getOldNames() {
@ -389,7 +391,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
"sorted.9.4.2",
"sorted.9.5.0",
"sorted.9.6.0",
"sorted.9.7.0"
"sorted.9.7.0",
"sorted.9.8.0"
};
public static String[] getOldSortedNames() {