mirror of https://github.com/apache/lucene.git
LUCENE-5863: port forward. the nocommit is intentional.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1624107 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1d885f73e1
commit
8704af45b1
|
@ -169,17 +169,44 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
|
|||
}*/
|
||||
|
||||
final static String[] oldNames = {
|
||||
"40a.cfs",
|
||||
"40a.nocfs",
|
||||
"40b.cfs",
|
||||
"40b.nocfs",
|
||||
"40.cfs",
|
||||
"40.nocfs",
|
||||
"41.cfs",
|
||||
"41.nocfs",
|
||||
"42.cfs",
|
||||
"42.nocfs",
|
||||
"421.cfs",
|
||||
"421.nocfs",
|
||||
"43.cfs",
|
||||
"43.nocfs",
|
||||
"431.cfs",
|
||||
"431.nocfs",
|
||||
"44.cfs",
|
||||
"44.nocfs",
|
||||
// nocommit: WTF IS THIS TODO?! this isnt a TODO, its a NORELEASE
|
||||
// TODO: these are on 4x, but something is wrong (they seem to be a too old DV format):
|
||||
"45.cfs",
|
||||
"45.nocfs",
|
||||
"451.cfs",
|
||||
"451.nocfs",
|
||||
"46.cfs",
|
||||
"46.nocfs",
|
||||
"461.cfs",
|
||||
"461.nocfs",
|
||||
"47.cfs",
|
||||
"47.nocfs",
|
||||
"471.cfs",
|
||||
"471.nocfs",
|
||||
"472.cfs",
|
||||
"472.nocfs",
|
||||
"48.cfs",
|
||||
"48.nocfs",
|
||||
"481.cfs",
|
||||
"481.nocfs",
|
||||
"49.cfs",
|
||||
"49.nocfs",
|
||||
"410.cfs",
|
||||
|
@ -199,20 +226,46 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
|
|||
"23.nocfs",
|
||||
"24.cfs",
|
||||
"24.nocfs",
|
||||
"241.cfs",
|
||||
"241.nocfs",
|
||||
"29.cfs",
|
||||
"29.nocfs",
|
||||
"291.cfs",
|
||||
"291.nocfs",
|
||||
"292.cfs",
|
||||
"292.nocfs",
|
||||
"293.cfs",
|
||||
"293.nocfs",
|
||||
"294.cfs",
|
||||
"294.nocfs",
|
||||
"30.cfs",
|
||||
"30.nocfs",
|
||||
"301.cfs",
|
||||
"301.nocfs",
|
||||
"302.cfs",
|
||||
"302.nocfs",
|
||||
"303.cfs",
|
||||
"303.nocfs",
|
||||
"31.cfs",
|
||||
"31.nocfs",
|
||||
"32.cfs",
|
||||
"32.nocfs",
|
||||
"33.cfs",
|
||||
"33.nocfs",
|
||||
"34.cfs",
|
||||
"34.nocfs"
|
||||
"34.nocfs",
|
||||
"35.cfs",
|
||||
"35.nocfs",
|
||||
"36.cfs",
|
||||
"36.nocfs",
|
||||
"361.cfs",
|
||||
"361.nocfs",
|
||||
"362.cfs",
|
||||
"362.nocfs"
|
||||
};
|
||||
|
||||
final static String[] oldSingleSegmentNames = {"40.optimized.cfs",
|
||||
"40.optimized.nocfs",
|
||||
final static String[] oldSingleSegmentNames = {"40a.optimized.cfs",
|
||||
"40a.optimized.nocfs",
|
||||
};
|
||||
|
||||
static Map<String,Directory> oldIndexDirs;
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue