Add 7.4.0 bw indices.

This commit is contained in:
Adrien Grand 2018-06-22 13:31:42 +02:00
parent 25e7631b90
commit 3b9d3a760a
4 changed files with 5 additions and 2 deletions

View File

@ -300,7 +300,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
"7.3.0-cfs",
"7.3.0-nocfs",
"7.3.1-cfs",
"7.3.1-nocfs"
"7.3.1-nocfs",
"7.4.0-cfs",
"7.4.0-nocfs"
};
public static String[] getOldNames() {
@ -314,7 +316,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
"sorted.7.2.0",
"sorted.7.2.1",
"sorted.7.3.0",
"sorted.7.3.1"
"sorted.7.3.1",
"sorted.7.4.0"
};
public static String[] getOldSortedNames() {