mirror of https://github.com/apache/lucene.git
Add back-compat indices for 9.4.2
This commit is contained in:
parent
30873cfcd9
commit
8bdc59ce67
|
@ -361,7 +361,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
|
|||
"9.4.0-cfs",
|
||||
"9.4.0-nocfs",
|
||||
"9.4.1-cfs",
|
||||
"9.4.1-nocfs"
|
||||
"9.4.1-nocfs",
|
||||
"9.4.2-cfs",
|
||||
"9.4.2-nocfs"
|
||||
};
|
||||
|
||||
public static String[] getOldNames() {
|
||||
|
@ -374,7 +376,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
|
|||
"sorted.9.2.0",
|
||||
"sorted.9.3.0",
|
||||
"sorted.9.4.0",
|
||||
"sorted.9.4.1"
|
||||
"sorted.9.4.1",
|
||||
"sorted.9.4.2"
|
||||
};
|
||||
|
||||
public static String[] getOldSortedNames() {
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue