Autopsy
4.7.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Classes | |
enum | QueryType |
Static Public Member Functions | |
static void | addNumIndexedFilesChangeListener (PropertyChangeListener l) |
static void | fireNumIndexedFilesChange (Integer oldNum, Integer newNum) |
static synchronized Server | getServer () |
static void | removeNumIndexedFilesChangeListener (PropertyChangeListener l) |
Static Public Attributes | |
static final String | NUM_FILES_CHANGE_EVT = "NUM_FILES_CHANGE_EVT" |
Private Member Functions | |
KeywordSearch () | |
Static Private Attributes | |
static PropertyChangeSupport | changeSupport = new PropertyChangeSupport(KeywordSearch.class) |
static final Logger | logger = Logger.getLogger(Case.class.getName()) |
static Server | server |
static final java.util.logging.Logger | tikaLogger = java.util.logging.Logger.getLogger("Tika") |
Wrapper over KeywordSearch Solr server singleton. The class also provides some global types and property change support on the server events.
Definition at line 37 of file KeywordSearch.java.
|
private |
Definition at line 82 of file KeywordSearch.java.
|
static |
Definition at line 90 of file KeywordSearch.java.
|
static |
Definition at line 98 of file KeywordSearch.java.
References org.sleuthkit.autopsy.coreutils.MessageNotifyUtil.MessageType.ERROR, and org.sleuthkit.autopsy.coreutils.MessageNotifyUtil.Notify.show().
Referenced by org.sleuthkit.autopsy.keywordsearch.DropdownToolbar.SearchSettingsChangeListener.propertyChange().
|
static |
Get an instance of KeywordSearch server to execute queries on Content, getting extracted text, performing searches, etc.
Definition at line 59 of file KeywordSearch.java.
References org.sleuthkit.autopsy.keywordsearch.KeywordSearch.server.
Referenced by org.sleuthkit.autopsy.keywordsearch.SolrSearchService.closeCaseResources(), org.sleuthkit.autopsy.keywordsearch.SolrSearchService.deleteTextIndex(), org.sleuthkit.autopsy.keywordsearch.SolrSearchService.openCaseResources(), org.sleuthkit.autopsy.keywordsearch.DropdownToolbar.SearchSettingsChangeListener.propertyChange(), org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.shutDown(), org.sleuthkit.autopsy.keywordsearch.ExtractedContentViewer.solrHasContent(), org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.startUp(), and org.sleuthkit.autopsy.keywordsearch.SolrSearchService.tryConnect().
|
static |
Definition at line 94 of file KeywordSearch.java.
|
staticprivate |
Definition at line 51 of file KeywordSearch.java.
|
staticprivate |
Definition at line 43 of file KeywordSearch.java.
|
static |
Definition at line 50 of file KeywordSearch.java.
|
staticprivate |
Definition at line 39 of file KeywordSearch.java.
Referenced by org.sleuthkit.autopsy.keywordsearch.KeywordSearch.getServer().
|
staticprivate |
Definition at line 42 of file KeywordSearch.java.
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.