Autopsy
4.15.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
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 | |
Definition at line 192 of file KeywordSearchIngestModule.java.
org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.IngestStatus.METADATA_INGESTED |
No content, so we just text_ingested metadata.
Definition at line 196 of file KeywordSearchIngestModule.java.
Referenced by org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.Indexer.indexFile().
org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.IngestStatus.SKIPPED_ERROR_INDEXING |
File was skipped because index engine had problems.
Definition at line 197 of file KeywordSearchIngestModule.java.
Referenced by org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.Indexer.extractStringsAndIndex(), org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.Indexer.indexFile(), and org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.process().
org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.IngestStatus.SKIPPED_ERROR_IO |
File was skipped because of IO issues reading it.
Definition at line 199 of file KeywordSearchIngestModule.java.
org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.IngestStatus.SKIPPED_ERROR_TEXTEXTRACT |
File was skipped because of text extraction issues.
Definition at line 198 of file KeywordSearchIngestModule.java.
Referenced by org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.Indexer.extractStringsAndIndex(), and org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.Indexer.indexFile().
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 195 of file KeywordSearchIngestModule.java.
Referenced by org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.Indexer.extractStringsAndIndex().
org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.IngestStatus.TEXT_INGESTED |
Definition at line 194 of file KeywordSearchIngestModule.java.
Referenced by org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.Indexer.indexFile(), and org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.Indexer.indexTextFile().
Copyright © 2012-2020 Basis Technology. Generated on: Mon Jul 6 2020
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.