mirror of https://github.com/apache/lucene.git
Add 5.5.3 back compat test indexes
This commit is contained in:
parent
d2fcc3dd71
commit
a0eae26fad
|
@ -357,7 +357,9 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
|
||||||
"5.5.1-cfs",
|
"5.5.1-cfs",
|
||||||
"5.5.1-nocfs",
|
"5.5.1-nocfs",
|
||||||
"5.5.2-cfs",
|
"5.5.2-cfs",
|
||||||
"5.5.2-nocfs"
|
"5.5.2-nocfs",
|
||||||
|
"5.5.3-cfs",
|
||||||
|
"5.5.3-nocfs"
|
||||||
};
|
};
|
||||||
|
|
||||||
// TODO: on 6.0.0 release, gen the single segment indices and add here:
|
// 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