mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 09:17:42 +00:00

- Added KeywordSearchService and KeywordSearchServiceFactory interfaces to Autopsy core. - Modified Services.java to load a keyword search service provider and added the getKeywordSearchService() method. - Added SolrSearchService and SolrSearchServiceFactory to keyword search module. - Changed Ingester.ingest(ContentStream ...) from private to package scope. - SolrSearchService.indexArtifact concatenates all attribute values into a single string, sets the document id to art-<artifact-id> and calls Ingester.ingest() - Modified ExifParserFileIngestModule to pass EXIF artifacts to the artifact indexer.