Add back-compat indices for 8.8.2

This commit is contained in:
Mike Drob 2021-04-12 15:07:30 -05:00
parent 68ccfb7d1e
commit df0780843a
4 changed files with 5 additions and 2 deletions

View File

@ -367,7 +367,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
"8.8.0-cfs",
"8.8.0-nocfs",
"8.8.1-cfs",
"8.8.1-nocfs"
"8.8.1-nocfs",
"8.8.2-cfs",
"8.8.2-nocfs"
};
public static String[] getOldNames() {
@ -392,7 +394,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
"sorted.8.6.3",
"sorted.8.7.0",
"sorted.8.8.0",
"sorted.8.8.1"
"sorted.8.8.1",
"sorted.8.8.2"
};
public static String[] getOldSortedNames() {