adam-m
08edc0737e
Lower Solr doc cache settings to 16 docs
2012-06-11 11:49:19 -04:00
adam-m
c2909727a5
Revert to allow multiple bb writers threads in user driven GUI keyword search
2012-06-11 10:27:30 -04:00
adam-m
b9e23ab9ec
-Minimize solr query mem usage:
...
Change keyword search non-ingest query to enqueue snippet query threads, not to execute multiple snippet query threads in parallel
-Add snippet for regex query to GUI
2012-06-08 18:19:20 -04:00
adam-m
1fe82e3401
change variable name
2012-06-08 18:15:00 -04:00
adam-m
6c3472918e
make column names more consistent with the blackboard result viewer
2012-06-08 15:31:56 -04:00
Dick Fickling
21aeab110e
Merge branch 'master' of github.com:sleuthkit/autopsy
2012-06-08 12:20:13 -04:00
Dick Fickling
a594e7c954
Disable searching for phone numbers and ip addresses by default
2012-06-08 12:19:25 -04:00
adam-m
7dfb6905dd
Restore showing file/dir info in search results (for alloc files/dirs)
2012-06-08 11:21:59 -04:00
adam-m
46b48ac121
update comment
2012-06-08 11:21:30 -04:00
adam-m
0f484c3d77
Fix check if has background tasks running /pending
2012-06-08 11:21:10 -04:00
adam-m
008d11c494
Merge branch 'master' of https://github.com/sleuthkit/autopsy
2012-06-08 09:58:41 -04:00
adam-m
1fc68bc5e3
keyword search ingest fix concurrency issue on keyword list structure when final searcher starts, update javadoc
2012-06-08 09:58:25 -04:00
Dick Fickling
3b10a8e9e8
Support importing Encase lists, preserve hierarchy
2012-06-08 09:53:19 -04:00
Dick Fickling
98f2b540ce
Add delete key handler to Lists Management panel
2012-06-08 09:52:57 -04:00
Dick Fickling
0232dac2ea
Remove callback from keyword panel to ingest servece.
...
Service proactively gets new keywords, to updating manually was unnecessary
2012-06-08 09:52:34 -04:00
Dick Fickling
6ae0e7ea11
Merge branch 'master' of github.com:sleuthkit/autopsy
2012-06-07 15:46:10 -04:00
Dick Fickling
96a8bf9990
Synchronize keyword search ingest skipnsrl boolean and checkbox
2012-06-07 15:45:52 -04:00
Dick Fickling
1706234a9c
Merge branch 'master' of github.com:sleuthkit/autopsy
2012-06-07 15:04:24 -04:00
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