mirror of https://github.com/apache/lucene.git
Add backcompat indices for 8.8.1
This commit is contained in:
parent
10ece1bf2b
commit
cfb9764250
|
@ -365,7 +365,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
|
|||
"8.7.0-cfs",
|
||||
"8.7.0-nocfs",
|
||||
"8.8.0-cfs",
|
||||
"8.8.0-nocfs"
|
||||
"8.8.0-nocfs",
|
||||
"8.8.1-cfs",
|
||||
"8.8.1-nocfs"
|
||||
};
|
||||
|
||||
public static String[] getOldNames() {
|
||||
|
@ -389,7 +391,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
|
|||
"sorted.8.6.2",
|
||||
"sorted.8.6.3",
|
||||
"sorted.8.7.0",
|
||||
"sorted.8.8.0"
|
||||
"sorted.8.8.0",
|
||||
"sorted.8.8.1"
|
||||
};
|
||||
|
||||
public static String[] getOldSortedNames() {
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue