mirror of https://github.com/apache/lucene.git
Add back-compat indices for 8.6.3
This commit is contained in:
parent
2a9d704002
commit
9e13d99c52
|
@ -313,7 +313,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
|
|||
"8.6.1-cfs",
|
||||
"8.6.1-nocfs",
|
||||
"8.6.2-cfs",
|
||||
"8.6.2-nocfs"
|
||||
"8.6.2-nocfs",
|
||||
"8.6.3-cfs",
|
||||
"8.6.3-nocfs"
|
||||
};
|
||||
|
||||
public static String[] getOldNames() {
|
||||
|
@ -334,7 +336,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
|
|||
"sorted.8.5.2",
|
||||
"sorted.8.6.0",
|
||||
"sorted.8.6.1",
|
||||
"sorted.8.6.2"
|
||||
"sorted.8.6.2",
|
||||
"sorted.8.6.3"
|
||||
};
|
||||
|
||||
public static String[] getOldSortedNames() {
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue