mirror of https://github.com/apache/lucene.git
Add back-compat indices for 9.4.1
This commit is contained in:
parent
9ce6268cce
commit
976a38baa0
|
@ -357,7 +357,11 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
|
||||||
"9.2.0-cfs",
|
"9.2.0-cfs",
|
||||||
"9.2.0-nocfs",
|
"9.2.0-nocfs",
|
||||||
"9.3.0-cfs",
|
"9.3.0-cfs",
|
||||||
"9.3.0-nocfs"
|
"9.3.0-nocfs",
|
||||||
|
"9.4.0-cfs",
|
||||||
|
"9.4.0-nocfs",
|
||||||
|
"9.4.1-cfs",
|
||||||
|
"9.4.1-nocfs"
|
||||||
};
|
};
|
||||||
|
|
||||||
public static String[] getOldNames() {
|
public static String[] getOldNames() {
|
||||||
|
@ -368,7 +372,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
|
||||||
"sorted.9.0.0", // Force on separate lines
|
"sorted.9.0.0", // Force on separate lines
|
||||||
"sorted.9.1.0",
|
"sorted.9.1.0",
|
||||||
"sorted.9.2.0",
|
"sorted.9.2.0",
|
||||||
"sorted.9.3.0"
|
"sorted.9.3.0",
|
||||||
|
"sorted.9.4.0",
|
||||||
|
"sorted.9.4.1"
|
||||||
};
|
};
|
||||||
|
|
||||||
public static String[] getOldSortedNames() {
|
public static String[] getOldSortedNames() {
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue