Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.63 KB

File metadata and controls

39 lines (31 loc) · 1.63 KB
layout default
title Autopsy Keyword Search Module
categories
Autopsy
redirect_from
/index.php/Autopsy_Keyword_Search_Module
/wiki/Autopsy_Keyword_Search_Module
last_modified 2014-04-22

Autopsy uses Lucene SOLR for indexed keyword searching.

Regular Expressions

Autopsy allows you to find files using regular expressions. it uses the Java syntax: http://docs.oracle.com/javase/7/docs/api/java/util/regex/Pattern.html

Configuration

You can find the SOLR configuration in:

  • Source: KeywordSearch/release/solr/
  • Installed (Windows): INSTALL_DIR\autopsy\solr

Per-case, we store the index in:

  • CASE_DIR\ModuleOutput\KeywordSearch\data

Debugging

This section contains some tips for debugging SOLR issues. See also the Autopsy 3 Troubleshooting page for ideas.