mirror of https://github.com/apache/lucene.git
Add 7.4.0 bw indices.
This commit is contained in:
parent
25e7631b90
commit
3b9d3a760a
|
@ -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() {
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue