Add back-compat indices for 9.4.2

This commit is contained in:
Adrien Grand 2022-11-23 10:35:06 +01:00
parent 30873cfcd9
commit 8bdc59ce67
4 changed files with 5 additions and 2 deletions

View File

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