Add back-compat indices for 8.6.2

This commit is contained in:
iverase 2020-09-01 11:22:00 +02:00
parent 36c3365e0e
commit 03814fc070
4 changed files with 5 additions and 2 deletions

View File

@ -311,7 +311,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
"8.6.0-cfs",
"8.6.0-nocfs",
"8.6.1-cfs",
"8.6.1-nocfs"
"8.6.1-nocfs",
"8.6.2-cfs",
"8.6.2-nocfs"
};
public static String[] getOldNames() {
@ -331,7 +333,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
"sorted.8.5.1",
"sorted.8.5.2",
"sorted.8.6.0",
"sorted.8.6.1"
"sorted.8.6.1",
"sorted.8.6.2"
};
public static String[] getOldSortedNames() {