Autopsy  4.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Attributes | List of all members
org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.IngestStatus Enum Reference

Public Attributes

 METADATA_INGESTED
 No content, so we just text_ingested metadata. More...
 
 SKIPPED_ERROR_INDEXING
 File was skipped because index engine had problems. More...
 
 SKIPPED_ERROR_IO
 File was skipped because of IO issues reading it. More...
 
 SKIPPED_ERROR_TEXTEXTRACT
 File was skipped because of text extraction issues. More...
 
 STRINGS_INGESTED
 Text was extracted by knowing file type and text_ingested. More...
 
 TEXT_INGESTED
 

Detailed Description

Definition at line 103 of file KeywordSearchIngestModule.java.

Member Data Documentation

org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.IngestStatus.METADATA_INGESTED

No content, so we just text_ingested metadata.

Definition at line 107 of file KeywordSearchIngestModule.java.

Referenced by org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.Indexer.indexFile().

org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.IngestStatus.SKIPPED_ERROR_INDEXING
org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.IngestStatus.SKIPPED_ERROR_IO

File was skipped because of IO issues reading it.

Definition at line 110 of file KeywordSearchIngestModule.java.

org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.IngestStatus.SKIPPED_ERROR_TEXTEXTRACT
org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.IngestStatus.STRINGS_INGESTED

Text was extracted by knowing file type and text_ingested.

Strings were extracted from file

Definition at line 106 of file KeywordSearchIngestModule.java.

Referenced by org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.Indexer.extractStringsAndIndex().

org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.IngestStatus.TEXT_INGESTED

The documentation for this enum was generated from the following file:

Copyright © 2012-2016 Basis Technology. Generated on: Mon Jan 2 2017
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.