mirror of https://github.com/apache/lucene.git
Add back-compat indices for 8.4.1
This commit is contained in:
parent
a6b2e6d250
commit
4a4f299101
|
@ -326,7 +326,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
|
||||||
"8.3.1-cfs",
|
"8.3.1-cfs",
|
||||||
"8.3.1-nocfs",
|
"8.3.1-nocfs",
|
||||||
"8.4.0-cfs",
|
"8.4.0-cfs",
|
||||||
"8.4.0-nocfs"
|
"8.4.0-nocfs",
|
||||||
|
"8.4.1-cfs",
|
||||||
|
"8.4.1-nocfs"
|
||||||
};
|
};
|
||||||
|
|
||||||
public static String[] getOldNames() {
|
public static String[] getOldNames() {
|
||||||
|
@ -353,7 +355,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
|
||||||
"sorted.8.2.0",
|
"sorted.8.2.0",
|
||||||
"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"
|
||||||
};
|
};
|
||||||
|
|
||||||
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