3249 Commits

Author SHA1 Message Date
adam-m
c19993c480 keyword search:
- use FVH for snippets query for 3x snippet query performance
- index 100k tokens per 1MB chunk instead of 10k, indexing all content
- increase snippet length from 45 to 50
- add limit on regex query to be 20k results matching the regex - todo tune more
- log how many fscontent hits on regex query - will use data to tune in future
- minor code adjustments, debug queries if dev build, etc
2013-01-02 17:31:48 -05:00
adam-m
525a91d72c move module data cleanup to complete() and stop(). Cleanup all data earlier. 2012-12-31 11:50:20 -05:00
adam-m
241b7520b4 optimize out profiled code - reduce num of allocations of result object 2012-12-31 10:57:41 -05:00
adam-m
c0f59153b8 enclose highlight text in html tags for correctness 2012-12-28 18:17:32 -05:00
adam-m
55332e0076 AUT-732 Text view exception
fix Solr escaping html when generating highlight text, set html encoder to default
2012-12-28 18:16:39 -05:00
0xNF
6c52649ce5 Added timeline functionality.
Select it from the tools menu -> Make Timeline
2012-12-28 16:44:46 -05:00
adam-m
4041814879 remove explicit optimize - not needed, and taking too much time to open case / core 2012-12-28 16:09:56 -05:00
Devin148
af123407d7 Fix label spelling 2012-12-28 16:05:57 -05:00
Devin148
d4c69e3c96 Add right click tagging and display tags in directory tree 2012-12-28 15:58:51 -05:00
adam-m
d660df2940 upgrade jericho parser from 3.2 to 3.3 2012-12-28 13:32:15 -05:00
Tim McIver
2fcbadf46d Commiting files that were not committed in previous commit. 2012-12-28 11:01:48 -05:00
Tim McIver
48a2e5d6a0 Created a General options panel containing a single checkbox to 'Remember preferred content viewer' - no real functionality yet. 2012-12-28 11:00:14 -05:00
adam-m
f5345b3d9c Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-12-28 10:47:18 -05:00
adam-m
3215b50f3e surpress warn 2012-12-28 10:46:54 -05:00
adam
34f3726fe2 Merge pull request #123 from Devin148/master
Hide Compiler Warnings
2012-12-28 06:52:00 -08:00
Devin148
ffd447541f Suppress safe compile warnings 2012-12-28 09:24:49 -05:00
adam-m
18d8e2fb2d revert overwriting getDropType in nodes 2012-12-27 16:31:21 -05:00
adam-m
74c6cc2469 disable drop in nodes.
rename field from "thing" to "data", and make private.
2012-12-27 15:38:05 -05:00
adam-m
26556ef840 disable dragging on the ov outline 2012-12-27 15:24:03 -05:00
adam-m
3c1ae6a5c5 disable drag and drop actions on result table viewer 2012-12-27 15:06:36 -05:00
adam-m
798c7eaffe Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-12-27 13:51:31 -05:00
adam-m
e2c8b91dc3 Keyword search - bypass Tika extract handler entirely, do not prepend BOM (used as workaround to bypass Tika), use /update UpdateRequestHandler.
Does not use streaming for now, converts the stream to SolrInputDocument with content String set, before it is indexed.
2012-12-27 13:51:08 -05:00
adam-m
ae8ef4af8f Add method to get ISO8601 compatible content date format 2012-12-27 13:37:58 -05:00
adam-m
5e0912f6bc Solr 4.0.0 config and schema updates: keep 3.6 behavior for now for better comparison
Do not  use NRT caching - possibly causing heap issues in Solr, keep 3.6 default.
2012-12-27 13:23:25 -05:00
adam
f04a6d076b Merge pull request #122 from tmciver-basis/master
Video player related fixes
2012-12-27 09:45:11 -08:00
Tim McIver
b5954e1fe0 Added code to better determine when video had finished playing. This was
needed as some videos' reported time elapsed never became equal to their
reported duration causing the play loop to not exit once the video had
finished playing.
2012-12-26 12:33:41 -05:00
adam-m
d752701a4b Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-12-26 10:36:54 -05:00
adam
1969fc2ebe Merge pull request #121 from Devin148/master
Ground-up Report Remake
2012-12-26 06:50:50 -08:00
adam-m
f003297fb1 Solr config updates 2012-12-21 17:40:04 -05:00
Tim McIver
b00f4a798a Disable slider before play button is pressed. Was previously causing a
problem when slider was clicked before video played.
2012-12-21 17:32:54 -05:00
adam-m
648f25d8a6 fix solr4.0.0 deprecation 2012-12-21 17:31:43 -05:00
adam-m
e5bba26a07 update HL_ANALYZE_CHARS_UNLIMITED to more compliant 2012-12-21 17:26:19 -05:00
Tim McIver
60d33b1dca Updated DataContentViewerMedia so that elapsed time and total duration
display correctly. Changed code to us a format string rather than build up
the string with complicated logic.
2012-12-21 16:44:06 -05:00
adam-m
7493eaac55 log header on tika exception also to main logger 2012-12-21 16:24:45 -05:00
adam-m
f836acc039 better log message when tika read error 2012-12-21 16:23:06 -05:00
adam-m
f18af79f2e Fix priorities in scheduler so that all virtual dirs and files are LAST 2012-12-21 15:00:49 -05:00
adam-m
e50e247557 initial SOlr and Tika upgrade to 4.0.0 / 1.2: updated build, packages and module deps, API changes, initial configuration changes, update to using new handlers, bumped LUCENE version frm 36 to 40 2012-12-21 14:16:01 -05:00
Devin148
831e893830 Merge branch 'Reporting' 2012-12-21 13:58:32 -05:00
Devin148
5610bfe860 Update NEWS 2012-12-21 13:58:22 -05:00
Devin148
29450091c6 Update documentation for creating a report module 2012-12-21 13:58:08 -05:00
Devin148
7d85c833e9 Remake reporting UI and functionality
- Add TableReportModule and GeneralReportModule
- Allow a custom configuration panel for reports
- Add cancelation support per-report
- Reduce memory usage through one iteration for TableReportModules
- Add reporting on tagged results
- Optimize artifact sorting
2012-12-21 13:57:25 -05:00
Devin148
246341e6f9 Change Tag name finding to custom query for performance 2012-12-21 12:41:27 -05:00
adam
f437076535 Merge pull request #120 from 0xNF/master
unalloc checks for invalid folders and prevents users from extracting to them.
2012-12-21 09:17:11 -08:00
0xNF
347f4afb32 Unalloc checks for invalid folders.
Should no longer be able to get itself into an uncancellable state.
2012-12-21 09:40:07 -05:00
Devin148
b262d25939 Merge https://github.com/sleuthkit/autopsy into Reporting 2012-12-20 14:42:31 -05:00
adam
f5e6ec64f4 Merge pull request #119 from tmciver-basis/master
Changes to DataContentViewerMedia for thread issues
2012-12-20 11:27:55 -08:00
Tim McIver
f76c9957d0 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-12-20 13:13:19 -05:00
adam-m
6ee69fc881 RA: fix chrome null ptr exception when extracting bookmarks 2012-12-20 11:14:12 -05:00
adam-m
6b25b4c34b update RCP version for consistency (likely obsolete here) 2012-12-19 17:57:26 -05:00
Tim McIver
adae62df4a Updated DataContentViewerMedia to use SwingWorker to do updates to progress
slider and duration label.  Also added code to clear the duration label in
reset method so that duration of previous video does not remain when a new
video is selected.
2012-12-19 14:58:39 -05:00