Add back-compat indices for 9.7.0

This commit is contained in:
Adrien Grand 2023-06-26 14:24:27 +02:00
parent 3e0dc2b572
commit 4fec812cc5
4 changed files with 5 additions and 2 deletions

View File

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