mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 18:17:43 +00:00
don't commit unnecessarily
This commit is contained in:
parent
680015c184
commit
4ae0a688bc
@ -61,8 +61,6 @@ public class SolrSearchService implements KeywordSearchService {
|
|||||||
ingester.indexText(extractor, artifact, null);
|
ingester.indexText(extractor, artifact, null);
|
||||||
} catch (Ingester.IngesterException ex) {
|
} catch (Ingester.IngesterException ex) {
|
||||||
throw new TskCoreException(ex.getCause().getMessage(), ex);
|
throw new TskCoreException(ex.getCause().getMessage(), ex);
|
||||||
} finally {
|
|
||||||
ingester.commit();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user