mirror of https://github.com/apache/lucene.git
Add back-compat indices for 8.8.2
This commit is contained in:
parent
68ccfb7d1e
commit
df0780843a
|
@ -367,7 +367,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
|
|||
"8.8.0-cfs",
|
||||
"8.8.0-nocfs",
|
||||
"8.8.1-cfs",
|
||||
"8.8.1-nocfs"
|
||||
"8.8.1-nocfs",
|
||||
"8.8.2-cfs",
|
||||
"8.8.2-nocfs"
|
||||
};
|
||||
|
||||
public static String[] getOldNames() {
|
||||
|
@ -392,7 +394,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
|
|||
"sorted.8.6.3",
|
||||
"sorted.8.7.0",
|
||||
"sorted.8.8.0",
|
||||
"sorted.8.8.1"
|
||||
"sorted.8.8.1",
|
||||
"sorted.8.8.2"
|
||||
};
|
||||
|
||||
public static String[] getOldSortedNames() {
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue