Add back-compat indices for 8.6.3

This commit is contained in:
Jason Gerlowski 2020-10-09 11:39:20 -04:00
parent 2a9d704002
commit 9e13d99c52
4 changed files with 5 additions and 2 deletions

View File

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