mirror of
https://github.com/apache/lucene.git
synced 2025-03-07 00:39:21 +00:00
Adding backcompat indexes for 8.1
This commit is contained in:
parent
b592002d40
commit
9189472d70
@ -288,7 +288,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
|
|||||||
|
|
||||||
final static String[] oldNames = {
|
final static String[] oldNames = {
|
||||||
"8.0.0-cfs",
|
"8.0.0-cfs",
|
||||||
"8.0.0-nocfs"
|
"8.0.0-nocfs",
|
||||||
|
"8.1.0-cfs",
|
||||||
|
"8.1.0-nocfs"
|
||||||
};
|
};
|
||||||
|
|
||||||
public static String[] getOldNames() {
|
public static String[] getOldNames() {
|
||||||
@ -296,7 +298,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
|
|||||||
}
|
}
|
||||||
|
|
||||||
final static String[] oldSortedNames = {
|
final static String[] oldSortedNames = {
|
||||||
"sorted.8.0.0"
|
"sorted.8.0.0",
|
||||||
|
"sorted.8.1.0"
|
||||||
};
|
};
|
||||||
|
|
||||||
public static String[] getOldSortedNames() {
|
public static String[] getOldSortedNames() {
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user