conf.setFloat("Ivory.IndexingMapMemoryThreshold", 0.9f);
conf.setFloat("Ivory.IndexingReduceMemoryThreshold", 0.9f);
conf.setInt("Ivory.MaxHeap", 2048);
conf.setInt("Ivory.MaxNDocsBeforeFlush", 50000);
new BuildLPInvertedIndexDocSorted(conf).run();
new BuildIntPostingsForwardIndex(conf).run();
} else if (cmdline.hasOption(NONPOSITIONAL_INDEX_IP)) {
LOG.info(String.format(" -%s", NONPOSITIONAL_INDEX_IP));
conf.set(Constants.IndexPath, indexPath);
conf.setInt(Constants.NumReduceTasks, indexPartitions);