mirror of https://github.com/apache/lucene.git
Add back-compat indices for 8.3.0
This commit is contained in:
parent
0e3a66be43
commit
c8eaf54478
|
@ -320,7 +320,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
|
|||
"8.1.1-cfs",
|
||||
"8.1.1-nocfs",
|
||||
"8.2.0-cfs",
|
||||
"8.2.0-nocfs"
|
||||
"8.2.0-nocfs",
|
||||
"8.3.0-cfs",
|
||||
"8.3.0-nocfs"
|
||||
};
|
||||
|
||||
public static String[] getOldNames() {
|
||||
|
@ -344,7 +346,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
|
|||
"sorted.8.0.0",
|
||||
"sorted.8.1.0",
|
||||
"sorted.8.1.1",
|
||||
"sorted.8.2.0"
|
||||
"sorted.8.2.0",
|
||||
"sorted.8.3.0"
|
||||
};
|
||||
|
||||
public static String[] getOldSortedNames() {
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue