Go to the documentation of this file.
19package org.sleuthkit.autopsy.keywordsearch;
21import java.util.ArrayList;
22import java.util.HashSet;
24import org.sleuthkit.autopsy.ingest.IngestModuleIngestJobSettings;
56 this.namesOfDisabledKeywordLists =
new HashSet<>();
59 this.ocrEnabled =
null;
60 this.limitedOCREnabled =
null;
62 this.indexToSolr =
true;
91 @SuppressWarnings(
"deprecation")
94 ocrEnabled = KeywordSearchSettings.getOcrOption();
115 @SuppressWarnings(
"deprecation")
116 boolean isLimitedOCREnabled() {
140 boolean isOCROnly() {
151 void setOCROnly(
boolean ocrOnly) {
160 return serialVersionUID;
171 boolean keywordListIsEnabled(String keywordListName) {
173 return namesOfEnabledKeywordLists.contains(keywordListName);
181 List<String> getNamesOfEnabledKeyWordLists() {
191 List<String> getNamesOfDisabledKeyWordLists() {
201 if (
null == this.namesOfDisabledKeywordLists) {
202 this.namesOfDisabledKeywordLists =
new HashSet<>();
206 boolean isIndexToSolrEnabled() {
210 void setIndexToSolrEnabled(
boolean enabled){
Boolean limitedOCREnabled
final HashSet< String > namesOfEnabledKeywordLists
HashSet< String > namesOfDisabledKeywordLists
static final boolean DEFAULT_INDEX_TO_SOLR
void setOCREnabled(boolean ocrEnabled)
void upgradeFromOlderVersions()
static final long serialVersionUID
Copyright © 2012-2024 Sleuth Kit Labs. Generated on:
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.