Adding backcompat indexes for 8.1

This commit is contained in:
Ishan Chattopadhyaya 2019-05-13 16:30:57 +05:30
parent b592002d40
commit 9189472d70
4 changed files with 5 additions and 2 deletions

View File

@ -288,7 +288,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
final static String[] oldNames = {
"8.0.0-cfs",
"8.0.0-nocfs"
"8.0.0-nocfs",
"8.1.0-cfs",
"8.1.0-nocfs"
};
public static String[] getOldNames() {
@ -296,7 +298,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
}
final static String[] oldSortedNames = {
"sorted.8.0.0"
"sorted.8.0.0",
"sorted.8.1.0"
};
public static String[] getOldSortedNames() {