mirror of https://github.com/apache/lucene.git
Add back-compat indices for 9.5.0
This commit is contained in:
parent
102a4de32f
commit
73e2ae2705
|
@ -365,7 +365,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
|
||||||
"9.4.1-cfs",
|
"9.4.1-cfs",
|
||||||
"9.4.1-nocfs",
|
"9.4.1-nocfs",
|
||||||
"9.4.2-cfs",
|
"9.4.2-cfs",
|
||||||
"9.4.2-nocfs"
|
"9.4.2-nocfs",
|
||||||
|
"9.5.0-cfs",
|
||||||
|
"9.5.0-nocfs"
|
||||||
};
|
};
|
||||||
|
|
||||||
public static String[] getOldNames() {
|
public static String[] getOldNames() {
|
||||||
|
@ -379,7 +381,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
|
||||||
"sorted.9.3.0",
|
"sorted.9.3.0",
|
||||||
"sorted.9.4.0",
|
"sorted.9.4.0",
|
||||||
"sorted.9.4.1",
|
"sorted.9.4.1",
|
||||||
"sorted.9.4.2"
|
"sorted.9.4.2",
|
||||||
|
"sorted.9.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