Add back-compat indices for 8.3.1

This commit is contained in:
Ishan Chattopadhyaya 2019-12-04 10:17:27 +05:30
parent 98c427f48a
commit 2096b1a52e
4 changed files with 5 additions and 2 deletions

View File

@ -296,7 +296,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
"8.2.0-cfs",
"8.2.0-nocfs",
"8.3.0-cfs",
"8.3.0-nocfs"
"8.3.0-nocfs",
"8.3.1-cfs",
"8.3.1-nocfs"
};
public static String[] getOldNames() {
@ -308,7 +310,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
"sorted.8.1.0",
"sorted.8.1.1",
"sorted.8.2.0",
"sorted.8.3.0"
"sorted.8.3.0",
"sorted.8.3.1"
};
public static String[] getOldSortedNames() {