Add back-compat indices for 8.5.1

This commit is contained in:
iverase 2020-04-16 09:52:08 +02:00
parent b7b85f3e75
commit 9340e56551
4 changed files with 5 additions and 2 deletions

View File

@ -303,7 +303,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
"8.4.1-cfs",
"8.4.1-nocfs",
"8.5.0-cfs",
"8.5.0-nocfs"
"8.5.0-nocfs",
"8.5.1-cfs",
"8.5.1-nocfs"
};
public static String[] getOldNames() {
@ -319,7 +321,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
"sorted.8.3.1",
"sorted.8.4.0",
"sorted.8.4.1",
"sorted.8.5.0"
"sorted.8.5.0",
"sorted.8.5.1"
};
public static String[] getOldSortedNames() {