Add back-compat indices for 9.1.0.

This commit is contained in:
Adrien Grand 2022-03-22 16:07:02 +01:00
parent 53188e98e6
commit ded9db7786
4 changed files with 5 additions and 2 deletions

View File

@ -401,7 +401,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
"8.11.1-cfs",
"8.11.1-nocfs",
"9.0.0-cfs",
"9.0.0-nocfs"
"9.0.0-nocfs",
"9.1.0-cfs",
"9.1.0-nocfs"
};
public static String[] getOldNames() {
@ -433,7 +435,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
"sorted.8.10.1",
"sorted.8.11.0",
"sorted.8.11.1",
"sorted.9.0.0"
"sorted.9.0.0",
"sorted.9.1.0"
};
public static String[] getOldSortedNames() {