mirror of https://github.com/apache/lucene.git
Add back-compat indices for 9.6.0
This commit is contained in:
parent
6ee7b2b9f6
commit
6d4314d46f
|
@ -368,7 +368,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
|
|||
"9.4.2-cfs",
|
||||
"9.4.2-nocfs",
|
||||
"9.5.0-cfs",
|
||||
"9.5.0-nocfs"
|
||||
"9.5.0-nocfs",
|
||||
"9.6.0-cfs",
|
||||
"9.6.0-nocfs"
|
||||
};
|
||||
|
||||
public static String[] getOldNames() {
|
||||
|
@ -383,7 +385,8 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
|
|||
"sorted.9.4.0",
|
||||
"sorted.9.4.1",
|
||||
"sorted.9.4.2",
|
||||
"sorted.9.5.0"
|
||||
"sorted.9.5.0",
|
||||
"sorted.9.6.0"
|
||||
};
|
||||
|
||||
public static String[] getOldSortedNames() {
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue