Failed to retrieve content for keyword hit. The keyword could have been in the file name. Advance to another page if present, or to view the original text, choose File Text in the drop down menu to the right...
+HighlightedMatchesSource.getMarkup.noMatchMsg=Failed to retrieve indexed text for keyword hit. Advance to another page if present, or to view the
original text, choose File Text in the drop down menu to the right.
Alternatively, you may choose to extract file content and search for the hit using an external
application (e.g. a text editor).
HighlightedMatchesSource.getMarkup.queryFailedMsg=
Failed to retrieve keyword hit results. Confirm that Autopsy can connect to the Solr server.
HighlightedMatchesSource.toString=Search Results
Installer.reportPortError=Indexing server port {0} is not available. Check if your security software does not block {1} and consider changing {2} in {3} property file in the application user folder. Then try rebooting your system if another process was causing the conflict.
diff --git a/KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/RegexQuery.java b/KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/RegexQuery.java
index aa56741ec5..c434f808be 100644
--- a/KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/RegexQuery.java
+++ b/KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/RegexQuery.java
@@ -1,7 +1,7 @@
/*
* Autopsy Forensic Browser
*
- * Copyright 2011-2016 Basis Technology Corp.
+ * Copyright 2011-2017 Basis Technology Corp.
* Contact: carrier sleuthkit org
*
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -80,12 +80,6 @@ final class RegexQuery implements KeywordSearchQuery {
private boolean escaped;
private String escapedQuery;
- // These are the valid characters that can appear either before or after a
- // keyword hit. We use these characters to try to turn the hit into a
- // token that can be more readily matched when it comes to highlighting
- // against the Schema.TEXT field later.
- private static final String BOUNDARY_CHARS = "[\\s\\[\\]\\(\\)\\,\\\"\\\'\\!\\?\\.\\/\\:\\;\\=\\<\\>\\^\\{\\}]"; //NON-NLS
-
// Lucene regular expressions do not support the following Java predefined
// and POSIX character classes. There are other valid Java character classes
// that are not supported by Lucene but we do not check for all of them.
@@ -240,31 +234,17 @@ final class RegexQuery implements KeywordSearchQuery {
final Collection