don't commit unnecessarily

This commit is contained in:
millmanorama 2016-12-31 14:31:11 +01:00
parent 680015c184
commit 4ae0a688bc

View File

@ -61,8 +61,6 @@ public class SolrSearchService implements KeywordSearchService {
ingester.indexText(extractor, artifact, null);
} catch (Ingester.IngesterException ex) {
throw new TskCoreException(ex.getCause().getMessage(), ex);
} finally {
ingester.commit();
}
}