environment,
configuration);
BoostingIndexer indexer = ie.getIndexer();
DocumentSearcher searcher = ie.getSearcher();
Suggestor suggestor = ie.getSuggestor();
DocumentStorage storage = ie.getStorage();
if (line.hasOption("snippets")) {
indexer = new DocumentStoringIndexer(indexer, storage);
ie.setIndexer(indexer);