Go to the documentation of this file.
19package org.sleuthkit.autopsy.keywordsearchservice;
21import com.google.common.annotations.Beta;
22import java.io.Closeable;
23import java.io.IOException;
24import org.sleuthkit.autopsy.casemodule.CaseMetadata;
25import org.sleuthkit.datamodel.BlackboardArtifact;
26import org.sleuthkit.datamodel.Content;
27import org.sleuthkit.datamodel.TskCoreException;
64 public void indexArtifact(BlackboardArtifact artifact)
throws TskCoreException;
76 public void index(Content content)
throws TskCoreException;
94 default public void close() throws IOException {
void deleteTextIndex(CaseMetadata metadata)
void index(Content content)
void deleteDataSource(Long dataSourceId)
void tryConnect(String host, int port)
void indexArtifact(BlackboardArtifact artifact)
Copyright © 2012-2024 Sleuth Kit Labs. Generated on:
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.