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