mirror of https://github.com/apache/lucene.git
Add back-compat indices for 8.9.0
This commit is contained in:
parent
8cca0290ff
commit
a40d5a4258
|
@ -369,7 +369,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
|
||||||
"8.8.1-cfs",
|
"8.8.1-cfs",
|
||||||
"8.8.1-nocfs",
|
"8.8.1-nocfs",
|
||||||
"8.8.2-cfs",
|
"8.8.2-cfs",
|
||||||
"8.8.2-nocfs"
|
"8.8.2-nocfs",
|
||||||
|
"8.9.0-cfs",
|
||||||
|
"8.9.0-nocfs"
|
||||||
};
|
};
|
||||||
|
|
||||||
public static String[] getOldNames() {
|
public static String[] getOldNames() {
|
||||||
|
@ -395,7 +397,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
|
||||||
"sorted.8.7.0",
|
"sorted.8.7.0",
|
||||||
"sorted.8.8.0",
|
"sorted.8.8.0",
|
||||||
"sorted.8.8.1",
|
"sorted.8.8.1",
|
||||||
"sorted.8.8.2"
|
"sorted.8.8.2",
|
||||||
|
"sorted.8.9.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