mirror of https://github.com/apache/lucene.git
Add back-compat indices for 9.1.0.
This commit is contained in:
parent
53188e98e6
commit
ded9db7786
|
@ -401,7 +401,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
|
|||
"8.11.1-cfs",
|
||||
"8.11.1-nocfs",
|
||||
"9.0.0-cfs",
|
||||
"9.0.0-nocfs"
|
||||
"9.0.0-nocfs",
|
||||
"9.1.0-cfs",
|
||||
"9.1.0-nocfs"
|
||||
};
|
||||
|
||||
public static String[] getOldNames() {
|
||||
|
@ -433,7 +435,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
|
|||
"sorted.8.10.1",
|
||||
"sorted.8.11.0",
|
||||
"sorted.8.11.1",
|
||||
"sorted.9.0.0"
|
||||
"sorted.9.0.0",
|
||||
"sorted.9.1.0"
|
||||
};
|
||||
|
||||
public static String[] getOldSortedNames() {
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue