Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.0
-
Fix Version/s: 3.5
-
Component/s: .indexing, .structures
-
Labels:None
Description
see http://terrier.org/forum//read.php?3,1493
problem is that data_1.lexicon.fsomapfile and data_1.tmplexicon.fsomapfile are not properly renamed, probably because a file is left opened somewhere. An inspection of InvertedIndexBuilder suggests the problem is not here.
problem is that data_1.lexicon.fsomapfile and data_1.tmplexicon.fsomapfile are not properly renamed, probably because a file is left opened somewhere. An inspection of InvertedIndexBuilder suggests the problem is not here.
Line 713 & 714 of LexiconBuilder should close lis1 not lis2. However, this method normally lexicon in pairs, while normally N lexicon are merged at once (an obscure property controls this). I'm not sure this is the cause of the issue yet.