} catch (Exception e) {
throw new ConfigurationException("Error initializing tokenizer!", e);
}
LOG.info("Loading postings index...");
postingsIndex = new IntPostingsForwardIndex(indexPath, fs);
LOG.info(" - Number of terms: " + readCollectionTermCount());
LOG.info("Done!");
try {
termidMap = new DefaultCachedFrequencySortedDictionary(new Path(getIndexTermsData()), new Path(getIndexTermIdsData()),