Add back-compat indices for 9.6.0

This commit is contained in:
Alan Woodward 2023-05-10 09:12:24 +01:00 committed by Adrien Grand
parent 6ee7b2b9f6
commit 6d4314d46f
4 changed files with 5 additions and 2 deletions

View File

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