} catch (Exception e) {
throw new ConfigurationException("Error initializing term to term id mapping!", e);
}
try {
docvectorsIndex = new IntDocVectorsForwardIndex(indexPath, fs);
} catch (Exception e) {
LOG.warn("Unable to load IntDocVectorsForwardIndex: relevance feedback will not be available.");
}
// Read the table of doc lengths.