new HadoopRunIteratorFactory(null,
(useFieldInformation
? FieldPostingInRun.class
: SimplePostingInRun.class),
super.numFields);
HadoopRunsMerger tempRM = new HadoopRunsMerger(runIteratorF);
try{
tempRM.setBos(new BitOutputStream(
currentIndex.getPath() + ApplicationSetup.FILE_SEPARATOR
+ currentIndex.getPrefix() + ".inverted" + BitIn.USUAL_EXTENSION));
} catch (IOException ioe) {
ioe.printStackTrace();
}