1920 Commits

Author SHA1 Message Date
adam-m
8c96a72e76 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-06-07 15:04:21 -04:00
Dick Fickling
c0a7c11efb Initial support for importing Encase keyword lists 2012-06-07 15:04:11 -04:00
adam-m
0602d7510f Write regex search results to bb even if snippet is blank 2012-06-07 15:04:05 -04:00
Dick Fickling
265569b175 Add getStringTime() to ContentUtils class 2012-06-07 15:03:34 -04:00
adam-m
1b8fcb5db0 Ensure finalizeSearcher always runs and cleans up, even if unexpected exception, or interruption that we can't trap 2012-06-07 15:03:34 -04:00
Dick Fickling
ae61c50fde Update userdocs 2012-06-07 15:01:43 -04:00
adam-m
f8b6d89d45 check if commit index/search also in between chunks if timer goes off, use user defined ingest time for commiting, for now, more info in task bar if searcher is pending 2012-06-07 13:32:23 -04:00
adam-m
38a790e5fb - set commit interval to 60s (hardcoded, not user settable)
- do not cancel searcher one before final, let it complete, final will block as needed
2012-06-07 10:22:52 -04:00
adam-m
e5ccebb5f2 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-06-06 18:07:48 -04:00
adam-m
fd99782fef Better cleanup of search timers 2012-06-06 18:07:32 -04:00
adam-m
ace2b7dc50 Index directory meta data 2012-06-06 18:06:32 -04:00
adam-m
6a9b700426 fix warning 2012-06-06 17:13:56 -04:00
adam-m
497f815c1d - use a separate timer for a searcher
- searcher timer runs from end to start of a search
- run commit the index even if searcher is running (memory issue)
2012-06-06 17:04:15 -04:00
adam-m
9421cbfdd9 Index directory names 2012-06-06 17:02:35 -04:00
adam-m
c6f1db2307 Increase Solr max heap space to 512MB 2012-06-06 12:40:35 -04:00
Dick Fickling
2b1d859754 Skip known files by default 2012-06-05 14:51:36 -04:00
adam
1ce4663962 Merge pull request #50 from aebadirad42six/master
HTML/XML escaping on reporting
2012-06-05 09:59:04 -07:00
adam-m
d3d9b02101 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-06-04 18:06:58 -04:00
adam-m
510280ac06 Keyword search force term grouping in phrases by default (literal search) 2012-06-04 18:06:38 -04:00
adam-m
c02032c38d Better spacing 2012-06-04 18:00:57 -04:00
Dick Fickling
d2cd55213e Move 'skip nsrl' checkbox from simple to advanced panel,
enable by default
2012-06-04 16:47:12 -04:00
Alex Ebadirad
502820ea85 Merge from master 2012-06-04 11:50:05 -07:00
Dick Fickling
7f5054aa7f Fix delete list and new list buttons 2012-06-04 11:10:30 -04:00
Dick Fickling
3abef13f6d TSK-263: Be capable of searching file names of 'known files'
Also remove state tracking of KW lists from panels,
have them rely on KeywordSearchListsXML entirely
2012-06-04 10:47:42 -04:00
adam-m
84fc46c780 change deprecated attrs to TSK_SET_NAME 2012-05-31 21:58:53 -04:00
adam-m
0aa9308272 TSK-476 Force bypass TIKA when sending extracted text
- inject UTF8 BOM to indexed chunks
2012-05-30 17:56:51 -04:00
adam-m
c166055470 fix class name 2012-05-30 16:10:28 -04:00
adam-m
238e18001a Keyword search API change to AbstractFileStringContentStream.
Javadoc update.
2012-05-30 15:34:55 -04:00
adam-m
d851e45aa9 Remove legacy unused GUI code 2012-05-30 11:13:47 -04:00
adam-m
fc16cbf14f Keyword search ingest changes for unalloc content 2012-05-30 11:00:40 -04:00
adam-m
2a36390894 Update service register 2012-05-29 13:56:28 -04:00
Dick Fickling
dccbfb97cc Add LayoutFile, changes for new DataModel structure 2012-05-29 13:01:40 -04:00
adam-m
5b6aaf7beb Disable inbox msgs for all locked lists. 2012-05-22 14:03:47 -04:00
adam-m
db5724130e Add indication when keyword search task is being cancelled by user 2012-05-21 17:18:48 -04:00
adam-m
c89ec83ade Reset keyword search current results tracking at the end of keyword search ingest (minor memory optimization) 2012-05-21 17:07:36 -04:00
adam-m
675c0357af TSK-492 Make keyword lists optional for including in ingest messages 2012-05-21 17:03:08 -04:00
adam-m
7558937f3c Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-05-21 15:32:27 -04:00
adam-m
ce72c3b471 TSK-485 Better error message if they search during injest 2012-05-21 15:10:05 -04:00
Dick Fickling
b6a2f3da7a TSK-480: make new lists triaged by default
TSK-489: Volume sectors are off by 1
2012-05-21 14:28:23 -04:00
adam-m
daa94bdd0c Keyword search: use stringstreamer with no preserve at buf boundary option 2012-05-18 14:21:15 -04:00
adam-m
4de3ae81f2 Keyword search: use stringstreamer with no preserve at bug boundary option 2012-05-18 14:16:06 -04:00
adam-m
648f290dc1 Handle rare case when running solr query expected to have matches, yields no results and highlight is not fully initialized 2012-05-18 12:16:07 -04:00
adam-m
37c6082c6d Special case when no hit pages returned 2012-05-18 11:27:32 -04:00
adam-m
b6d899fdb1 extracted content gui: set labels to - if there is hit navigation is disabled 2012-05-18 11:15:54 -04:00
adam-m
99c85aa824 Correct error handling when ingest exception occurs while extracting strings during ingest, need to bail out. 2012-05-18 09:41:43 -04:00
adam-m
18926cb311 Wording changes, no logic change 2012-05-17 16:56:19 -04:00
Dick Fickling
d95c2cbc85 Merge branch 'master' of github.com:sleuthkit/autopsy
Conflicts:
	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchIngestService.java
2012-05-17 16:43:19 -04:00
Dick Fickling
e5d75acab4 Set progress bar to indeterminite while waiting for search to cancel 2012-05-17 16:42:02 -04:00
adam-m
354ae47362 Make sure searcher can be cancelled in between new searches only 2012-05-17 15:28:21 -04:00
adam-m
524b3b50ea Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-05-17 15:21:49 -04:00