2444 Commits

Author SHA1 Message Date
U-BASIS\dsmyda
d4e90c0c69 Merged in develop 2018-09-25 11:26:46 -04:00
U-BASIS\dsmyda
b7e861b7c3 Increased stringbuilder default capacity to be 32K 2018-09-24 13:21:17 -04:00
U-BASIS\dsmyda
bcf6f707f5 Ran formatting on the comments 2018-09-24 12:23:52 -04:00
U-BASIS\dsmyda
00b16e641c Fixed typos in comments 2018-09-24 12:23:22 -04:00
U-BASIS\dsmyda
f5fbc9d979 Fixed off by one error while grabbing column name data 2018-09-24 12:16:08 -04:00
Richard Cordovano
48524f8f92
Merge pull request #4108 from esaunders/2133_substring_as_case_insensitive_regex
2133 substring as case insensitive regex
2018-09-24 10:57:17 -04:00
U-BASIS\dsmyda
6528d383ef Fixed codacy issues and renamed a few things 2018-09-24 08:59:07 -04:00
U-BASIS\dsmyda
bbfeefdd65 Reverted content viewer to previous version, moved readers to another project, modified sqlite text extractor to load one table at a time to save memory. Removed formatters and documented new functions 2018-09-21 16:15:07 -04:00
William Schaefer
487caea774 4189 check for adhoc query result in isPreferred of ExtractedContentViewer 2018-09-20 18:36:09 -04:00
U-BASIS\dsmyda
7c7546cd5b Fixed comment headers as a result of deletions 2018-09-20 10:00:01 -04:00
U-BASIS\dsmyda
8fbae9e5a6 Removed formatting of tables during text extraction, makes Indexed Text viewer easier to read 2018-09-20 09:58:16 -04:00
U-BASIS\dsmyda
6cfd20d58f Last minor param change 2018-09-19 10:20:09 -04:00
U-BASIS\dsmyda
fecdecb484 Implemented suggested changes and fixed last codacy issue 2018-09-19 10:17:40 -04:00
esaunders
d0051fff27 Lowercase the file name before sending to Solr. 2018-09-18 17:44:59 -04:00
esaunders
dbe6fd5e4c Reverted changes to email and URL regular expressions to support backwards compatible querying. 2018-09-18 17:43:58 -04:00
esaunders
9d7e4b3fdd For backwards compatibility purposes, only lowercase the query string when we know that the Solr schema version has a lowercase content_str field. 2018-09-18 16:06:12 -04:00
dannysmyda
55aaea0694
Merge branch 'develop' into 2665-dedicated-sqlite-extractor 2018-09-18 16:00:45 -04:00
U-BASIS\dsmyda
e56f28f813 Fixed string in exception text 2018-09-18 14:09:01 -04:00
U-BASIS\dsmyda
4ce381fe4f Made SqliteTextExtractor not public 2018-09-18 13:02:14 -04:00
U-BASIS\dsmyda
d5e4e1cb41 Changed constructor param in readers to accept an abstract file and added cast to SqliteTextExtractor 2018-09-18 12:51:20 -04:00
U-BASIS\dsmyda
72fcc406bc Fixed codacy suggestions 2018-09-18 12:32:26 -04:00
esaunders
4db94a7965 Store content_str field as lowercase to support case insensitive regex search. Convert substring search to regex. 2018-09-18 09:52:49 -04:00
U-BASIS\dsmyda
4dff05f58a Small little name change 2018-09-17 09:29:02 -04:00
U-BASIS\dgrove
2a49a17164 Partial implementation. 2018-09-11 23:56:35 -04:00
U-BASIS\dsmyda
ddd923add5 Changed 1 variable name 2018-09-10 15:51:34 -04:00
U-BASIS\dsmyda
169fb9928f Cleaned up code, refactored, improved efficiency 2018-09-10 15:45:40 -04:00
U-BASIS\dsmyda
b4628e745f Major speed improvements, still need to comment and refactor and clean up 2018-09-10 11:37:41 -04:00
U-BASIS\dsmyda
8e0cd3b700 Fixed the unicode errors, cleaned up some of the reader code. Unicode will still cause formatting issues, but the keyword search module works 2018-09-07 14:45:01 -04:00
U-BASIS\dsmyda
a942b87adb Fixed arabic not rendering, I was using the wrong input stream.... CharSource was the way to go 2018-09-07 13:27:14 -04:00
U-BASIS\dsmyda
341ae826fe Fixed the collision during writing in temp storage. Need to still fix arabic issues and investigate streaming of database files to speed up keyword search. 2018-09-07 08:40:35 -04:00
U-BASIS\dsmyda
333910f16b Fixed the off by 2 error 2018-09-05 16:06:47 -04:00
U-BASIS\dsmyda
2ab4c04dcd Generalized the tabulardatareader package so that it can work with a Content object and not just AbstractFile object, added a dedicated SqliteTextExtractor to handle sqlite databases during keyword search 2018-09-05 16:05:41 -04:00
U-BASIS\dsmyda
532bace6c2 Almost forgot this file too 2018-08-31 18:04:53 -04:00
U-BASIS\dsmyda
ced6607b4c Functional text extractor, looks functionally good. Need to test to make sure its good and also refactor and comment and clean up. this is first commit 2018-08-31 18:04:21 -04:00
Richard Cordovano
071a545108
Revert "4067 prevent duplicate keyword hits" 2018-08-20 17:59:24 -04:00
Richard Cordovano
6c2ba70fa9
Revert "Accounting for associated artifact." 2018-08-20 17:57:52 -04:00
U-BASIS\dgrove
7a8215779d Accounting for associated artifact. 2018-08-13 14:07:30 -04:00
Richard Cordovano
7983b872e3
Merge pull request #4031 from sleuthkit/release-4.8.0
Merge in updated release 4.8.0
2018-08-08 14:49:25 -04:00
William Schaefer
2832702bcc 4088 prevent Carved files from being indexed with the TextFileExtractor 2018-08-07 10:12:28 -04:00
William Schaefer
715d34a5d1 4088 fix exception messages to reflect current name of TextFileExtractor class 2018-08-07 10:11:48 -04:00
William Schaefer
8a36265b8b 4088 wrap ReadContentInputStream in BufferedInputStream for mark/reset support 2018-08-07 10:11:11 -04:00
Richard Cordovano
03a0a39d52
Merge pull request #3988 from eugene7646/kws_adhoc_search_4043
Allow users to perform keyword searches that do not save results as artifacts (4043)
2018-08-03 14:26:27 -04:00
Richard Cordovano
24e3530e78
Merge pull request #3999 from dgrove727/4067_PreventDuplicateKeywordHits
4067 prevent duplicate keyword hits
2018-08-03 14:07:37 -04:00
Eugene Livis
fee2e81264 Removed empty space in UI 2018-08-01 10:44:41 -04:00
Eugene Livis
d38d9c6dff Merge branch 'develop' of github.com:sleuthkit/autopsy into kws_adhoc_search_4043 2018-08-01 10:37:30 -04:00
U-BASIS\dgrove
3fadd00b45 Additional cleanup. 2018-07-31 10:56:21 -04:00
U-BASIS\dgrove
dd1bfc106d Cleanup. 2018-07-31 10:38:16 -04:00
Richard Cordovano
b205a983d3 Module version updates for release 4.8.0 2018-07-30 11:24:54 -04:00
U-BASIS\dgrove
490d8df3e7 Preventing duplicate keyword hits. 2018-07-30 10:52:47 -04:00
Eugene Livis
3ea46cd32a Saving searches by default 2018-07-25 16:48:57 -04:00