1920 Commits

Author SHA1 Message Date
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
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
Eugene Livis
843473a380 Merge branch 'search_improvements' of https://github.com/sleuthkit/autopsy into core_name 2017-02-09 15:30:24 -05:00
Eugene Livis
1216dabd5a Properly Handling UNC paths 2017-02-09 15:29:58 -05:00
esaunders
9a07bec10b Modified IP address regex so that it picks up addresses ending in 3 digits correctly. 2017-02-08 17:26:37 -05:00
Eugene Livis
758b4a07a1 Minor 2017-02-08 16:54:18 -05:00
Eugene Livis
8567154e8f Minor 2017-02-08 16:53:35 -05:00
Eugene Livis
47695c7d75 Storing relative paths for text index directories 2017-02-08 16:47:03 -05:00
esaunders
5b348fce97 Merge branch 'search_improvements' of github.com:sleuthkit/autopsy into 2290-store-doc-ids 2017-02-08 16:11:58 -05:00
esaunders
0e81aba4ab Add document ids to keyword hit artifacts. 2017-02-08 16:11:36 -05:00
Eugene Livis
d975cb39b4 Merge branch 'search_improvements' of https://github.com/sleuthkit/autopsy into core_name 2017-02-08 16:01:14 -05:00
Eugene Livis
59dc528a28 Added source code for Solr upgrade JARs 2017-02-08 16:00:34 -05:00
millmanorama
8f0b71e639 cancel the future if something goes wrong. 2017-02-08 16:55:33 +01:00
esaunders
57d1b42350 Merge branch 'search_improvements' of github.com:sleuthkit/autopsy into remove-hit-trimming 2017-02-07 16:04:07 -05:00