mirror of
https://github.com/elisspace/autopsy.git
synced 2026-09-23 19:16:58 +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.