mirror of https://github.com/apache/lucene.git
Add back-compat indices for 9.3.0
This commit is contained in:
parent
52a41d702f
commit
e1d2005df4
|
@ -355,7 +355,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
|
|||
"9.1.0-cfs",
|
||||
"9.1.0-nocfs",
|
||||
"9.2.0-cfs",
|
||||
"9.2.0-nocfs"
|
||||
"9.2.0-nocfs",
|
||||
"9.3.0-cfs",
|
||||
"9.3.0-nocfs"
|
||||
};
|
||||
|
||||
public static String[] getOldNames() {
|
||||
|
@ -365,7 +367,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
|
|||
static final String[] oldSortedNames = {
|
||||
"sorted.9.0.0", // Force on separate lines
|
||||
"sorted.9.1.0",
|
||||
"sorted.9.2.0"
|
||||
"sorted.9.2.0",
|
||||
"sorted.9.3.0"
|
||||
};
|
||||
|
||||
public static String[] getOldSortedNames() {
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue