|
Autopsy
4.21.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 254 of file KeywordSearchIngestModule.java.
| org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.IngestStatus.METADATA_INGESTED |
No content, so we just text_ingested metadata.
Definition at line 258 of file KeywordSearchIngestModule.java.
Referenced by org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.searchFile().
| org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.IngestStatus.SKIPPED_ERROR_INDEXING |
File was skipped because index engine had problems.
Definition at line 259 of file KeywordSearchIngestModule.java.
Referenced by org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.extractStringsAndIndex(), org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.process(), and org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.searchFile().
| org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.IngestStatus.SKIPPED_ERROR_IO |
File was skipped because of IO issues reading it.
Definition at line 261 of file KeywordSearchIngestModule.java.
| org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.IngestStatus.SKIPPED_ERROR_TEXTEXTRACT |
File was skipped because of text extraction issues.
Definition at line 260 of file KeywordSearchIngestModule.java.
Referenced by org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.searchFile().
| 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 257 of file KeywordSearchIngestModule.java.
Referenced by org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.extractStringsAndIndex().
| org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.IngestStatus.TEXT_INGESTED |
Definition at line 256 of file KeywordSearchIngestModule.java.
Referenced by org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.searchFile(), and org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.searchTextFile().
Copyright © 2012-2024 Sleuth Kit Labs. Generated on: Mon Mar 17 2025
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.