mirror of https://github.com/apache/lucene.git
Add 7.2.0 backcompat indices.
This commit is contained in:
parent
ba2ef4a894
commit
69e9f17976
|
@ -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() {
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue