/////// Configuration setup
conf.set(Constants.IndexPath, indexPath);
conf.set("Ivory.ScoringModel", scoringModel);
conf.setFloat("Ivory.AvgDocLen", mDLTable.getAvgDocLength());
conf.setInt(Constants.CollectionDocumentCount, targetEnv.readCollectionDocumentCount());
conf.set(Constants.Language, getConf().get("Ivory.Lang"));
conf.set("Ivory.Normalize", getConf().get("Ivory.Normalize"));
conf.set("Ivory.MinNumTerms", getConf().get("Ivory.MinNumTerms"));
conf.setNumMapTasks(300);