mirror of
https://github.com/apache/lucene.git
synced 2025-02-10 12:05:36 +00:00
Add back-compat indices for 8.3.1
This commit is contained in:
parent
fcf4d400c6
commit
8a7d875912
@ -322,7 +322,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
|
||||
"8.2.0-cfs",
|
||||
"8.2.0-nocfs",
|
||||
"8.3.0-cfs",
|
||||
"8.3.0-nocfs"
|
||||
"8.3.0-nocfs",
|
||||
"8.3.1-cfs",
|
||||
"8.3.1-nocfs"
|
||||
};
|
||||
|
||||
public static String[] getOldNames() {
|
||||
@ -347,7 +349,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
|
||||
"sorted.8.1.0",
|
||||
"sorted.8.1.1",
|
||||
"sorted.8.2.0",
|
||||
"sorted.8.3.0"
|
||||
"sorted.8.3.0",
|
||||
"sorted.8.3.1"
|
||||
};
|
||||
|
||||
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