689 Commits

Author SHA1 Message Date
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
adam-m
38c9128c99 Add log message 2012-05-17 15:21:22 -04:00
adam-m
ce7482db74 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-05-17 15:04:45 -04:00
adam-m
77d7570e48 Improve highlight query in case of a regex with dir tree / blackboard saved results, now it should not return chunks that do not have exact regex match 2012-05-17 15:04:24 -04:00
adam-m
c5fd65d14e Improve keyword search done() cleanup - make sure it's called when doInBackground() completes 2012-05-17 14:56:26 -04:00
adam-m
752a22a7c9 Remove unused variable 2012-05-17 13:20:21 -04:00
adam-m
3ad8601c95 More synchronization to ensure only a single searcher can run inBackground() at a time. Also should fix cancellation and concurrency issues when the final searcher is started. 2012-05-17 13:04:59 -04:00
adam-m
2214bcb1f5 Add synchronization around currentResults in a rare case of 2 searchers (first cancelled, but still running) 2012-05-17 12:48:40 -04:00
adam-m
708dbd63ee Merge branch 'master' into new-features-20120503
Conflicts:
	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchIngestService.java
2012-05-17 10:24:39 -04:00
adam-m
042b47b766 fix signature before merge 2012-05-17 10:21:33 -04:00
adam-m
9e2de4cb63 Catch cancellation exception in addition to checking for iscancelled 2012-05-17 10:17:33 -04:00
adam-m
d4affa5ef6 Keyword search ingest: handle final searcher case if thread cancel() is non-blocking operation
In done(), collect and log all exceptions thrown while in background
2012-05-17 10:09:37 -04:00
adam-m
acab96de5c Keyword search chunks: faster generating preview from dir tree, by quering only the content id of interest. Added support to filter query by id to keyword search API. 2012-05-16 17:28:44 -04:00
adam-m
4d5fdcd31f Update page nav code 2012-05-16 15:06:35 -04:00
adam-m
1658103e9e Fix for getting correct # of pages to display 2012-05-16 14:34:17 -04:00
adam-m
2111361cea Remove comment, update text 2012-05-16 11:09:30 -04:00
adam-m
0d20d22808 Keyword search: hit navigation now spans all pages that have hits 2012-05-16 10:57:23 -04:00
adam-m
945cfcdfb1 Page/hit navigation fix for special case 2012-05-16 10:15:52 -04:00
adam-m
fee9f9d0b1 Keyword search large strings: improvements in navigation, added support for chunk hit preview in dir tree (still needs optimizations) 2012-05-15 21:16:59 -04:00
adam-m
9164551f2a Keyword search: preliminary hit navigation for large files 2012-05-15 18:17:42 -04:00
adam-m
b897ac4f42 Merge branch 'master' into new-features-20120503
Conflicts:
	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchIngestService.java
2012-05-15 10:37:26 -04:00
adam-m
bf645bc9bb Keyword search: unify result viewers and remove the old single non-regex result viewer. Keeping the code for now, but will remove in future (will simplify keyword search code greatly) 2012-05-14 18:03:57 -04:00
adam-m
c3a2f3a13c Preliminary version of large files string extraction support - no full hit navitation yet.
Also, some refactoring and cleanup of old keyword search code.
2012-05-14 17:37:27 -04:00
adam-m
2530da54e9 - Inbox concurrency improvements
- enable some additional info in log
2012-05-09 12:45:42 -04:00
adam-m
4b83eb949b - add inbox message count
- add more stats to log
- improve postMessage() performance
- keyword search ingest: handle better task cancellation, which could have previously resulted in lost artifact if second to last search is cancelled due to the final post-commit search
2012-05-07 22:55:10 -04:00
adam-m
463acb26ea synchronization relax adjustments for solr queries 2012-05-03 15:45:08 -04:00
adam-m
fed8d27e2c Do not post indexing error messages to Inbox - will be enabled for dev version in the future 2012-05-02 12:07:13 -04:00
adam-m
0f394c6a15 fix ingest compile warning 2012-05-01 23:39:37 -04:00
adam-m
2dcc8121a0 -process files with mail extension normally with tika first
- fscontentstringstream tweak
2012-05-01 23:08:35 -04:00
adam-m
b55d9ad301 Set stream.contentType field in index request to Solr, if content type has been set for the stream - useful for string extraction and help by pass tika.
String stream: if eof encountered, handle case when temp buffer has some strings.
2012-05-01 16:15:51 -04:00
adam-m
ac4cc7c624 better variable names, fix typo in ascii test, use UTF8 charset in stream, move string stream class 2012-05-01 13:43:38 -04:00
adam-m
95097e16d9 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-04-30 17:35:34 -04:00