mirror of https://github.com/apache/lucene.git
adds 6.0.0 back compat test indexes
This commit is contained in:
parent
65bfc19f98
commit
48f77829f4
|
@ -341,7 +341,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
|
|||
"5.4.1-cfs",
|
||||
"5.4.1-nocfs",
|
||||
"5.5.0-cfs",
|
||||
"5.5.0-nocfs"
|
||||
"5.5.0-nocfs",
|
||||
"6.0.0-cfs",
|
||||
"6.0.0-nocfs"
|
||||
};
|
||||
|
||||
// TODO: on 6.0.0 release, gen the single segment indices and add here:
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue