mirror of https://github.com/apache/lucene.git
Add back-compat indices for 8.6.0
This commit is contained in:
parent
efb936b787
commit
522c146da5
|
@ -307,7 +307,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
|
|||
"8.5.1-cfs",
|
||||
"8.5.1-nocfs",
|
||||
"8.5.2-cfs",
|
||||
"8.5.2-nocfs"
|
||||
"8.5.2-nocfs",
|
||||
"8.6.0-cfs",
|
||||
"8.6.0-nocfs"
|
||||
};
|
||||
|
||||
public static String[] getOldNames() {
|
||||
|
@ -325,7 +327,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
|
|||
"sorted.8.4.1",
|
||||
"sorted.8.5.0",
|
||||
"sorted.8.5.1",
|
||||
"sorted.8.5.2"
|
||||
"sorted.8.5.2",
|
||||
"sorted.8.6.0"
|
||||
};
|
||||
|
||||
public static String[] getOldSortedNames() {
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue