mirror of https://github.com/apache/lucene.git
Add 8.5.0 back-compat indices
This commit is contained in:
parent
be5c407715
commit
20abf3e478
|
@ -301,7 +301,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
|
||||||
"8.4.0-cfs",
|
"8.4.0-cfs",
|
||||||
"8.4.0-nocfs",
|
"8.4.0-nocfs",
|
||||||
"8.4.1-cfs",
|
"8.4.1-cfs",
|
||||||
"8.4.1-nocfs"
|
"8.4.1-nocfs",
|
||||||
|
"8.5.0-cfs",
|
||||||
|
"8.5.0-nocfs"
|
||||||
};
|
};
|
||||||
|
|
||||||
public static String[] getOldNames() {
|
public static String[] getOldNames() {
|
||||||
|
@ -316,7 +318,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
|
||||||
"sorted.8.3.0",
|
"sorted.8.3.0",
|
||||||
"sorted.8.3.1",
|
"sorted.8.3.1",
|
||||||
"sorted.8.4.0",
|
"sorted.8.4.0",
|
||||||
"sorted.8.4.1"
|
"sorted.8.4.1",
|
||||||
|
"sorted.8.5.0"
|
||||||
};
|
};
|
||||||
|
|
||||||
public static String[] getOldSortedNames() {
|
public static String[] getOldSortedNames() {
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue