1902 Commits

Author SHA1 Message Date
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
esaunders
2147162db0 Removed trimming of keyword hits. 2017-02-07 16:03:44 -05:00
esaunders
3d67b0aeb0 Modified message displayed when we are unable to retrieve text for highlighting. 2017-02-07 16:03:06 -05:00
Eugene Livis
933289ce90 Cde review 2017-02-07 15:52:00 -05:00
Richard Cordovano
5ba2efbf9d Merge pull request #2505 from millmanorama/TermsComponentQuery-text-field
2281- change the solr field that TermsComponentQuery searches on from content_ws to text.
2017-02-07 09:14:11 -05:00
millmanorama
733ce64d6d change the solr field that TermsComponentQuery searches on from content_ws to text. 2017-02-07 00:18:33 +01:00
Eugene Livis
6d65bf735d Added comments 2017-02-06 16:59:04 -05:00
Eugene Livis
99a6e2b8d2 Modified subdirectory search logic to only look for Solr 4 schema 1.8 indexes 2017-02-06 16:27:13 -05:00
Eugene Livis
1ce9b87a2b Reading index metadata file before upgrade 2017-02-06 15:53:22 -05:00
Eugene Livis
398064d85a More work on IndexMetadata class 2017-02-06 14:09:39 -05:00
Eugene Livis
659b891f9b Logic to read and write all existing Solr cores into SolrCore.properties 2017-02-06 14:04:13 -05:00
Eugene Livis
5341df60e2 Merge branch 'search_improvements' of https://github.com/sleuthkit/autopsy into core_name 2017-02-06 13:03:53 -05:00
Eugene Livis
182b6d02e8 Added logic to read the nested SolrCores XML file 2017-02-06 13:03:38 -05:00
millmanorama
0747ae3642 cleanup and comments 2017-02-03 16:15:22 +01:00
millmanorama
5482fb4979 first pass at sanitizing the utf-16 as we read it. 2017-02-03 15:03:47 +01:00