2389 Commits

Author SHA1 Message Date
William Schaefer
1cec1a7ee8 1922 Fixed merge conflict in keyword search bundle props 2017-03-02 15:10:58 -05:00
William Schaefer
73c7507f74 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 2267-UpgradeCancellation 2017-03-02 14:55:02 -05:00
esaunders
f84941f59d Removed use of TSK_KEYWORD_HIT_DOCUMENT_IDS attribute. 2017-03-01 16:37:12 -05:00
esaunders
c34e1607b6 Remove document ids from keyword hit artifacts. 2017-03-01 16:32:19 -05:00
esaunders
3fc37113ef Back out modification to setSubstringQuery() 2017-03-01 16:31:21 -05:00
esaunders
e6574df547 It turns out that we don't need to tell LuceneQuery to use the content_str field after all. 2017-03-01 16:30:40 -05:00
esaunders
7030161e97 Use LuceneQuery against the content_str field to find out which chunks of a file contain matches for regular expression keyword hits. 2017-03-01 15:08:59 -05:00
William Schaefer
0cbdde4ad8 2267 try to delete existing ugrade folder before upgrade 2017-03-01 14:44:21 -05:00
William Schaefer
0bd613fb52 2267 - Deletion of folder when upgrade cancelled fixed 2017-03-01 12:19:11 -05:00
esaunders
c01ba50c2c Merge remote-tracking branch 'upstream/develop' into search_improvements 2017-02-27 12:37:01 -05:00
esaunders
a46141f659 Merge pull request #2536 from esaunders/reduce_regex_false_positives
Reduce regex false positives
2017-02-27 10:12:58 -05:00
Richard Cordovano
a996308919 Merge pull request #2541 from millmanorama/2163-ccn-snippets
2163 ccn snippets
2017-02-27 10:02:12 -05:00
millmanorama
edfaec41ad enable ccn search when snippets are off. 2017-02-27 14:41:26 +01:00
millmanorama
6347837160 wip enable ccn search when snippets are off. 2017-02-27 11:55:07 +01:00
millmanorama
38b103f8cc escape the keyword in the same way we escape the text so that they will actually match 2017-02-23 12:50:19 +01:00
esaunders
5225a0e47d Use domain validator instead of list of file extensions to reduce email false positives. 2017-02-22 17:50:58 -05:00
esaunders
da9b27d170 Reduce phone number and IP address false positives by requiring the presence of boundary characters at the beginning and end. Also fixed the module name that was being written as attribute source. 2017-02-22 11:30:01 -05:00
millmanorama
72d57a2b4c catch and log exception 2017-02-22 13:40:31 +01:00
millmanorama
80f97775c9 fix paging controls 2017-02-22 13:22:26 +01:00
millmanorama
1f42ed8192 revert variable name change (to simplify diff review) 2017-02-22 12:30:27 +01:00
William Schaefer
9fc01a2651 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 1922-KeywordSearchEdit 2017-02-21 13:38:52 -05:00
millmanorama
f4d8cc5b50 fix highlighting of kws hits on other artifacts 2017-02-21 17:26:12 +01:00
millmanorama
34926599a1 even more cleanup 2017-02-21 14:53:10 +01:00
millmanorama
3c46bf1ce8 more cleanup 2017-02-21 14:27:21 +01:00
millmanorama
e25f1473bd more cleanup 2017-02-21 11:25:59 +01:00
millmanorama
f9c428d5a4 set default page to 1 not 0 2017-02-17 14:39:02 +01:00
millmanorama
b7439abfaa fix highlighting of accounts in ad-hoc searches and when they have spaces or - in them 2017-02-16 17:14:31 +01:00
millmanorama
ad5c00c7c4 defer loading of paging info until needed 2017-02-16 16:28:53 +01:00
millmanorama
4163c2cd9c cleanup ExtractedContentViewer 2017-02-16 15:53:19 +01:00
millmanorama
9307827be9 fix AccountsText and bring it inline with HighlightedText 2017-02-16 15:47:28 +01:00
millmanorama
b68428cb51 cleanup, comments, delete dead code 2017-02-15 16:06:57 +01:00
millmanorama
17897e0bc8 use isLiteral to determine which highlighting to use. 2017-02-15 15:48:11 +01:00
millmanorama
6abe26d6de finish implementing all the cases for highlighting 2017-02-15 14:19:49 +01:00
millmanorama
edd03a66c1 remove TextMarkupLookup interface 2017-02-15 10:52:34 +01:00
millmanorama
87a0e8ad69 do manual highlighting for all hits in HighlightedText 2017-02-15 10:52:34 +01:00
millmanorama
6e3cf15fee kws hit artifacts selected via the directory tree use the new regex highlighting 2017-02-15 10:52:33 +01:00
millmanorama
82cd7e6dd9 further cleanup and simplify ad hoc search related searches. 2017-02-15 10:52:33 +01:00
millmanorama
ab6d8b0b9d more cleanup 2017-02-15 10:52:33 +01:00
millmanorama
da22c8abac more cleanup in KeywordSearchResultFactory 2017-02-15 10:52:33 +01:00
millmanorama
636eb11f27 cleanup, remove useless methods and unneeded bundle messages, and unused fields 2017-02-15 10:52:32 +01:00
Eugene Livis
33794e121c Moved Solr upgrade tools source code into a different folder 2017-02-14 15:48:02 -05:00
Eugene Livis
7046300e4c More code review stuff 2017-02-14 14:10:50 -05:00
Eugene Livis
55f7e34353 Split metadata file reading logic 2017-02-14 13:07:42 -05:00
Eugene Livis
13472133ef Merge branch 'search_improvements' of https://github.com/sleuthkit/autopsy into core_name 2017-02-14 10:57:49 -05:00
Eugene Livis
d03108c403 Code review + bug fixes 2017-02-14 10:57:26 -05:00
Richard Cordovano
02e075ed8f Merge pull request #2525 from millmanorama/2295-final-chunk-length
record the length of the final chunk as having no window
2017-02-14 09:30:33 -05:00
millmanorama
206c70fc16 correctly record the length of the final chunk as having no window 2017-02-14 12:44:09 +01:00
esaunders
9e3baac423 Reduce number of email address false positives by eliminating hits under 8 characters in lenght and hits that end with common file extensions. 2017-02-13 14:38:32 -05:00
William Schaefer
ae17beded1 1922 replaced disk icon with document+ icon for copy 2017-02-13 14:37:45 -05:00
William Schaefer
14d999212b 1922 - deleted commented out block of code 2017-02-13 13:41:48 -05:00