Add back-compat indices for 9.5.0

This commit is contained in:
Luca Cavanna 2023-01-30 20:50:01 +01:00
parent 102a4de32f
commit 73e2ae2705
4 changed files with 5 additions and 2 deletions

View File

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