Add 7.2.0 backcompat indices.

This commit is contained in:
Adrien Grand 2017-12-21 09:05:00 +01:00
parent ba2ef4a894
commit 69e9f17976
4 changed files with 5 additions and 2 deletions

View File

@ -291,7 +291,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
"7.0.1-cfs",
"7.0.1-nocfs",
"7.1.0-cfs",
"7.1.0-nocfs"
"7.1.0-nocfs",
"7.2.0-cfs",
"7.2.0-nocfs"
};
public static String[] getOldNames() {
@ -301,7 +303,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
final static String[] oldSortedNames = {
"sorted.7.0.0",
"sorted.7.0.1",
"sorted.7.1.0"
"sorted.7.1.0",
"sorted.7.2.0"
};
public static String[] getOldSortedNames() {