13594 Commits

Author SHA1 Message Date
esaunders
0e925e6823 Modified creation of regex keyword hits to break on a whitespace or punctuation boundary to support consistent highlighting. Also added HighlightedText.attemptManualHighlighting() for those situations where the Lucene highlighter doesn't give us useful results. 2016-12-27 17:00:00 -05:00
esaunders
4b80395b9d Replaced credit card regular expression with one that does not attempt to limit the first digit to 3-6. The old regular expression resulted in an error from Solr stating: Determinizing .*[3-6]([ -]?[0-9]){11,18}.* would result in more than 10000 states. 2016-12-27 16:46:41 -05:00
William Schaefer
2f5dd79d48 2147 Eleminating issue with timeline exception by changing lambdas to anon inner classes 2016-12-27 16:41:18 -05:00
Richard Cordovano
db20de2df4 Merge pull request #2445 from wschaeferB/2142-CaseClosing2
2142 case closing2
2016-12-27 16:25:56 -05:00
William Schaefer
806191e79f 2142 minor changes to make netbeans happier, mainly using diamond type inference 2016-12-27 15:53:14 -05:00
William Schaefer
76c33ad857 2142 - null checked all uses of db in GroupManager.java 2016-12-27 15:37:31 -05:00
William Schaefer
37069402de 2142 - minor formatting corrections 2016-12-27 13:43:12 -05:00
William Schaefer
19e4331221 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 2142-CaseClosing2 2016-12-27 13:38:10 -05:00
Richard Cordovano
0333d46943 Merge pull request #2443 from wschaeferB/2142-CaseClosing
2142 case closing
2016-12-27 13:05:41 -05:00
Richard Cordovano
85f173b0ec Merge pull request #2444 from zhhl/2166-invalidPathMessage
2166: show the invalid path message in autoingest panel
2016-12-27 12:59:05 -05:00
William Schaefer
d671227f50 2142-added null check on DB to eleminate null pointers when case closed while recatagorizing 2016-12-27 12:56:39 -05:00
U-BASIS\zhaohui
403021dd8a 2166: show the invalid path message in autoingest panel 2016-12-22 18:13:32 -05:00
William Schaefer
9c6486d39b 2142 added breaks to catch statement in loops which try to modify tags after case closed 2016-12-22 13:55:23 -05:00
William Schaefer
f6b4df71a7 2142 wrapped IllegalStateExeption errors in TagsManager, added break on error to loops 2016-12-22 12:24:58 -05:00
Richard Cordovano
40ae4c90e1 Merge pull request #2442 from APriestman/disableExpInInstaller
Disable the experimental module by default in the installer.
2016-12-22 10:15:33 -05:00
Ann Priestman
04fa39cbe2 Disable the experimental module by default in the installer. 2016-12-22 09:23:43 -05:00
Richard Cordovano
9f5ac10197 Merge pull request #2439 from zhhl/2153-restartRequiredMessageNeeded
2153: Restart message is needed while Auto Ingest options changes and…
2016-12-21 22:09:42 -05:00
U-BASIS\zhaohui
c5b41d7c6c 2153: clean up 2016-12-21 16:19:24 -05:00
U-BASIS\zhaohui
a46628fa84 2153: make sure the message just popup once 2016-12-21 16:17:39 -05:00
Richard Cordovano
df8e3ea4a4 Merge pull request #2440 from APriestman/configUpdate
Update wording in the auto ingest settings panel
2016-12-21 15:56:35 -05:00
Ann Priestman
fd42a96af3 Update wording in the auto ingest settings panel 2016-12-21 12:05:35 -05:00
U-BASIS\zhaohui
88af9d19fb 2153: Restart message is needed while Auto Ingest options changes and switch between standalone and Join AutoIngest cluster 2016-12-21 10:04:42 -05:00
Richard Cordovano
a5902d50f5 Correctly handle CancellationException in KeywordSearchResultFactory.BlackboardResultWriter 2016-12-19 17:27:42 -05:00
Richard Cordovano
53e7ff4252 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into develop 2016-12-19 12:04:44 -05:00
Richard Cordovano
6f73889945 Avoid exporting non-public types via AutopsyItemVisitor 2016-12-19 11:58:33 -05:00
millmanorama
094db06075 fix compiler warnings about raw types 2016-12-16 14:56:41 +01:00
Richard Cordovano
81852338eb Merge pull request #2433 from millmanorama/search_improvements
merge develop into search_improvements
2016-12-15 09:29:52 -05:00
millmanorama
e02ede09e0 Merge remote-tracking branch 'upstream/develop' into search_improvements
Conflicts:
	branding/modules/org-netbeans-core-windows.jar/org/netbeans/core/windows/view/ui/Bundle.properties
2016-12-15 12:07:33 +01:00
Richard Cordovano
186a998436 Merge pull request #2431 from wschaeferB/2149-MimeTypeTreeNullPointerFix
Clearing and filling hashmap now wrapped by same synchronized block
2016-12-14 17:38:11 -05:00
William Schaefer
6820aa81c5 Added listener for case closed event, changed warning on failure to an error 2016-12-14 17:33:52 -05:00
Richard Cordovano
4ed1b8c5ea Merge pull request #2432 from esaunders/2121_regex_query
Merge of Solr6 support and update to RegexQuery for keyword lists
2016-12-14 17:22:56 -05:00
esaunders
0fce991ca0 Removed unnecessary Solr artifacts from build scripts. 2016-12-14 17:11:20 -05:00
esaunders
64990065f2 Merge branch 'solr6_standalone' into 2121_regex_query 2016-12-14 16:49:20 -05:00
Richard Cordovano
0312fbd4e5 Merge pull request #2423 from APriestman/autoIngestMove
Auto ingest move
2016-12-14 16:05:06 -05:00
esaunders
bcda17746e Updated version number and commented out copying of content and file_name into content_ws. 2016-12-14 15:58:32 -05:00
esaunders
63829ba3bc Updated search runner to use RegexQuery for regular expressions. 2016-12-14 15:56:41 -05:00
esaunders
a991bf7d8e Modified regular expressions for use with new RegexQuery class. 2016-12-14 15:54:04 -05:00
Ann Priestman
203ed65e50 Cleanup.
Moved TimeStampUtils into AutoIngest.
Changed some exception strings.
Made the RuntimeProperties methods synchronized.
2016-12-14 14:49:30 -05:00
William Schaefer
add50b1628 Clearing and filling hashmap now wrapped by same synchronized block 2016-12-14 14:18:03 -05:00
esaunders
020011bff1 Change the ordering of the regex for the last element of the IP address regex because we were only getting IP address hits containing a single digit as the last element, e.g. we would get a hit for 152.163.199.5 instead of 152.163.199.56. 2016-12-14 13:58:18 -05:00
esaunders
c4561579f9 Perform Java regex validation for now even though Lucene regex syntax is a subset of Java. 2016-12-14 13:51:46 -05:00
esaunders
89f7af8943 Merge branch 'develop' of github.com:sleuthkit/autopsy into 2121_regex_query 2016-12-14 12:51:16 -05:00
Richard Cordovano
db904a6080 Merge pull request #2430 from eugene7646/fix_error_msg
Fixed a very misleading error mesage
2016-12-14 10:05:06 -05:00
Eugene Livis
d1616cdeb6 Fixed a very misleading error mesage 2016-12-14 09:56:25 -05:00
Richard Cordovano
bb1975b9c4 Merge pull request #2428 from zhhl/2123-sortSolrResultToKeepConsistantKeywordPreview
2123: Sort the Solr results to keep KeywordSearch Preview pick up the…
2016-12-14 09:51:08 -05:00
U-BASIS\zhaohui
2711788582 2123: correction 2016-12-13 17:42:02 -05:00
U-BASIS\zhaohui
05a6fa8d37 2123: clean up 2016-12-13 17:38:22 -05:00
U-BASIS\zhaohui
8a1f272738 2123: let Solr do ascending sorting to let us have a consistant result 2016-12-13 17:33:41 -05:00
esaunders
0517f5065e Merge branch 'develop' of github.com:sleuthkit/autopsy into search_improvements 2016-12-13 12:59:44 -05:00
esaunders
32711594b5 Initial cleanup. 2016-12-13 12:56:52 -05:00