mirror of
https://github.com/apache/lucene.git
synced 2025-02-10 12:05:36 +00:00
Add back-compat indices for 9.9.0
This commit is contained in:
parent
8324a890fe
commit
487830ed05
@ -375,7 +375,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
|
||||
"9.7.0-cfs",
|
||||
"9.7.0-nocfs",
|
||||
"9.8.0-cfs",
|
||||
"9.8.0-nocfs"
|
||||
"9.8.0-nocfs",
|
||||
"9.9.0-cfs",
|
||||
"9.9.0-nocfs"
|
||||
};
|
||||
|
||||
public static String[] getOldNames() {
|
||||
@ -393,7 +395,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
|
||||
"sorted.9.5.0",
|
||||
"sorted.9.6.0",
|
||||
"sorted.9.7.0",
|
||||
"sorted.9.8.0"
|
||||
"sorted.9.8.0",
|
||||
"sorted.9.9.0"
|
||||
};
|
||||
|
||||
public static String[] getOldSortedNames() {
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user