532 Commits

Author SHA1 Message Date
dhurd
97bfac96dc Make the KeywordSearch toolbar be singleton and initialized once. 2012-08-29 17:05:34 -04:00
adam-m
c78462d6a4 Ingests API changes.
Rename "service" to "module"
2012-08-29 16:46:34 -04:00
adam-m
a9230a7a68 change deprecated calls 2012-08-28 09:59:44 -04:00
adam-m
6f823614af fix dox warns 2012-08-24 11:47:09 -04:00
adam-m
7ae41102a1 Change encoding from default platform (cp1252 latin on windows) to UTF8 - not to lose information.
Add more methods to PlatformUtil to get platform encodings.
2012-08-23 10:37:20 -04:00
adam-m
5491a43dcd Ingest monitor: update case drive monitor if case changed (to a different drive location)
Add method to PlatformUtil to get user dir / abstract out from netbeans api
2012-08-23 09:57:19 -04:00
adam-m
eb7599c7af better check to active widgets 2012-08-22 16:34:23 -04:00
adam-m
3d3e4ec4b6 update label 2012-08-22 14:04:39 -04:00
adam-m
e1f74d0d03 Keyword search: check status of known file itself, rather that rely on hash db service to run during the same ingest. 2012-08-22 14:02:47 -04:00
adam-m
8a24478b9c slight doc cache increase 2012-08-21 17:18:00 -04:00
adam-m
58c625e499 Add to ingest log number of ingest messages, number of indexed files and chunks 2012-08-21 14:20:24 -04:00
adam-m
4e0bf4b60b fix text align 2012-08-21 12:34:27 -04:00
adam-m
0b9773c676 fix viewer widget spacing 2012-08-21 12:31:37 -04:00
adam-m
a4a43680a0 Tika logger improvement 2012-08-21 10:14:14 -04:00
adam-m
065530c429 change tika error log level to warn 2012-08-20 18:35:54 -04:00
adam-m
bf29e35d0c Add a separate logger for Tika exceptions, to tika.log 2012-08-20 18:00:11 -04:00
adam-m
eb407444a5 add missing strings in bundle 2012-08-20 14:42:08 -04:00
adam-m
7220813ae1 Add # indexed chunks info in general tab 2012-08-20 14:38:52 -04:00
adam-m
cd34a92f23 Revert "Fix resize page number"
This reverts commit e3d960d9a378e68cadf83bc2b25580efb67e9a9c.
2012-08-20 13:12:00 -04:00
adam-m
45dda1eff9 Fix resize page number 2012-08-20 12:45:42 -04:00
adam-m
6bb4b8ea6e Release tika reference after parse error as early as possible 2012-08-20 10:28:02 -04:00
adam-m
db4d59764f Ensure commit call blocks until changes written to disk and new searcher is available to pick them up 2012-08-17 16:29:55 -04:00
adam-m
4e7462e01c Update obsolete calls to get user dir 2012-08-17 10:04:45 -04:00
adam-m
30b56c3446 keyword search - do not index virtual dir name 2012-08-17 09:26:37 -04:00
adam-m
c74fb2195d TSK-543 - Update Solr to latest stable
- solr upgrade to 3.6.1, Tika to 1.0, improved query performance
2012-08-15 16:41:03 -04:00
adam-m
9806f6274f change default script for the service 2012-08-13 12:41:38 -04:00
adam-m
b232bc9b63 fix service init state, add comments 2012-08-13 12:11:54 -04:00
adam-m
7781386bfd Better display of scripts/languages options 2012-08-12 16:45:31 -04:00
adam-m
599be983b8 Keyword search config panel changes.
Checkboxes for languages.
2012-08-10 16:07:36 -04:00
adam-m
28b5a2ebf2 initial support for setting multiple scripts 2012-08-09 17:33:20 -04:00
adam-m
97a3ec96d0 Fix list config widget resizing 2012-08-09 17:04:22 -04:00
adam-m
c08960ad19 Ingest languages settings adjustments 2012-08-09 16:56:32 -04:00
adam-m
747b012e4c Language setting: map to languages from scripts.
Add more languages supported.
2012-08-09 16:15:56 -04:00
adam-m
252c8f725c Minor strnig extract optimization (reuse string buffer across calls) 2012-08-09 13:06:25 -04:00
adam-m
d28711a9bb better default variable value for clarity only (inited later anyway) 2012-08-09 13:03:32 -04:00
adam-m
b83ea73c1d Enable script setting in keyword search ingest 2012-08-08 16:12:17 -04:00
adam-m
9f6b2caf5d bugfix for possible offset overflow in string stream extract 2012-08-06 17:10:49 -04:00
adam-m
faf579157b Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-08-06 11:32:30 -04:00
adam-m
5912307be3 Refactor filtering results to a method. Add searcher timings to log. 2012-08-06 11:32:15 -04:00
adam-m
dca11b2a83 Refactor setting common fields to a common method. 2012-08-06 11:31:36 -04:00
dhurd
c50fd51747 Improvements for MD5 hash searching. 2012-08-03 13:23:27 -04:00
adam-m
db76e7332d Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-08-02 12:49:04 -04:00
adam-m
ed5fb3d057 Merge branch 'master' of https://github.com/Devin148/autopsy
Conflicts:
	HashDatabase/src/org/sleuthkit/autopsy/hashdatabase/HashDbSearchAction.java
	HashDatabase/src/org/sleuthkit/autopsy/hashdatabase/HashDbSearchManager.java
	HashDatabase/src/org/sleuthkit/autopsy/hashdatabase/HashDbSearchPanel.java
	HashDatabase/src/org/sleuthkit/autopsy/hashdatabase/HashDbSearchResultFactory.java
	HashDatabase/src/org/sleuthkit/autopsy/hashdatabase/HashDbSearcher.java
	HashDatabase/src/org/sleuthkit/autopsy/hashdatabase/layer.xml
2012-08-02 12:47:59 -04:00
adam-m
29893c5dae Add tika timeout to protect against tika spinning bugs
Uses single thread thread pool to minimize impact on performance/memory
2012-08-02 11:59:02 -04:00
adam-m
e2c37a4a57 Use a new tika instance for every file - minimize memory errors in tika 2012-08-02 09:37:03 -04:00
adam-m
537a6c6f63 track and stop stream -> log redirect threads for Solr when stop() called 2012-08-01 18:24:44 -04:00
adam-m
2857d369fd Keep ingest script setting disabled for now 2012-08-01 16:07:55 -04:00
adam-m
b4d46b251e script GUI setting for ingest 2012-08-01 16:06:32 -04:00
adam-m
8a007e8fe1 string stream extract - simplify file reads 2012-08-01 14:49:46 -04:00
adam-m
a061aaac83 add a missing resource 2012-08-01 12:17:10 -04:00