1351 Commits

Author SHA1 Message Date
Richard Cordovano
965de0ae19 Additional dead code removal for keywordsearch.Ingester 2015-10-23 17:39:53 -04:00
Richard Cordovano
92f997fc65 Do linting and dead code removal for keywordsearch.Ingester 2015-10-23 17:08:35 -04:00
Richard Cordovano
536ef9dfd6 Additional linting of keywordsearch.Server 2015-10-23 12:12:15 -04:00
Richard Cordovano
a76821e123 Additional linting of keywordsearch.Server 2015-10-23 10:24:22 -04:00
Richard Cordovano
7d0569c7d0 Lint of keywordsearch.Server 2015-10-23 08:59:13 -04:00
Richard Cordovano
d79df41db9 Merge pull request #1625 from eugene7646/kws
Added baloon notification if KWS core creation fails
2015-10-16 10:59:25 -04:00
Eugene Livis
f5a32922bf Changed UI message text 2015-10-16 10:57:05 -04:00
Richard Cordovano
bf394e0f26 Merge pull request #1609 from mhmdfy/sanitize-utf-8
Sanitize utf 8
2015-10-15 17:09:27 -04:00
momo
bb0dc09925 use same given charset 2015-10-15 17:08:00 -04:00
Eugene Livis
711c958a04 Added baloon notification if KWS core creation fails 2015-10-15 15:40:59 -04:00
Richard Cordovano
188e5f3197 Merge pull request #1611 from karlmortensen/userFacingMessages
User facing messages
2015-10-15 09:28:27 -04:00
Karl Mortensen
69763be96e move try 2015-10-15 09:14:57 -04:00
Karl Mortensen
4a2c0c4e41 code review updates 2015-10-14 15:22:16 -04:00
Richard Cordovano
27421e9f2a Switch to maven.restlet.com from maven.restlet.org for ivy 2015-10-14 12:09:01 -04:00
Karl Mortensen
be7869c65a code review update 2015-10-14 09:02:28 -04:00
Karl Mortensen
64308f642d code review updates 2015-10-14 08:19:36 -04:00
momo
e0547aaebf change ? to ^ 2015-10-08 13:01:17 -04:00
momo
eda8e09184 remove uneeded comment 2015-10-08 10:49:20 -04:00
momo
1a1084dd3f adding predefined rule for gzip 2015-10-08 10:45:36 -04:00
Karl Mortensen
9069553a59 add user-facing error messages for connection failures 2015-10-07 16:00:27 -04:00
Richard Cordovano
cc92f1ca49 Replace IngestManager.runInteractively() with RuntimeProperties.getCoreComponentsActive() 2015-10-05 18:01:07 -04:00
momo
b3ae70f2b9 adding new comments for solr characters 2015-10-05 09:45:30 -04:00
Karl Mortensen
851edf5158 use SolrSearchService 2015-10-02 12:26:55 -04:00
momo
eaa0185407 remove added final 2015-09-25 10:19:38 -04:00
Ann Priestman
afccd3f71d Added method to force a reload of the Keyword Search lists. 2015-09-24 12:53:04 -04:00
momo
d254aa1bc0 adding sanitization code 2015-09-23 11:18:30 -04:00
esaunders
9386edb434 Added _version_ field to schema for Solr Cloud deployments. 2015-09-01 10:22:39 -04:00
Richard Cordovano
0e7222dabb Merge develop->collaborative, resolve merge conflict, compile errors 2015-08-26 14:39:59 -04:00
Karl Mortensen
332a08f07d Bulk format code with new settings 2015-08-07 13:23:40 -04:00
Karl Mortensen
f76d0587dc Bulk format code with new settings 2015-08-07 11:50:35 -04:00
Richard Cordovano
80e26328df Revert "invalid utf-8 data sanitized before feeding to the Solr Ingester" 2015-08-04 12:39:17 -04:00
Karl Mortensen
e0afc0c29a lowercamcelcase method names 2015-07-30 12:45:27 -04:00
Brian Carrier
1eb39955fc Merge pull request #1463 from sidheshenator/sanitize_utf-8-solr
invalid utf-8 data sanitized before feeding to the Solr Ingester
2015-07-30 10:53:39 -04:00
Sidhesh Mhatre
d75ad1b21f Avoid duplicate logging of propagated exception. 2015-07-30 10:48:55 -04:00
Karl Mortensen
5d1d3953b9 UNC utilities 2015-07-30 10:14:35 -04:00
Karl Mortensen
d1473d0add Solr now tries to use UNC path if it can when opening Solr cores 2015-07-28 12:35:54 -04:00
sidheshenator
9a9255b2a8 AbstractFileChunk sanitization code refactored 2015-07-27 14:32:08 -04:00
sidheshenator
cfc965917e invalid utf-8 data sanitized before feeding to the Solr Ingester 2015-07-24 09:26:18 -04:00
Eugene Livis
2bf4646d94 Removed unused imports 2015-07-22 15:45:46 -04:00
Eugene Livis
ad0868001c Minor improvement 2015-07-22 15:36:27 -04:00
Eugene Livis
4c71a61a8b on startup KWS checks connection to remote KWS server if multi-user case 2015-07-22 15:23:29 -04:00
sidheshenator
644572ab57 encase keyword list support made more obvious 2015-07-22 10:46:39 -04:00
Eugene Livis
818edd6212 Only cancel ingest for single user cases, additional settings checks for KWS 2015-07-21 11:49:41 -04:00
Richard Cordovano
9ba304f22b Merge pull request #1429 from APriestman/ingestNPEs
Clean up errors when at least one ingest module fails to start.
2015-07-15 16:39:32 -04:00
Richard Cordovano
b4ee3471eb Merge develop branch into collaborative branch 2015-07-13 16:43:28 -04:00
Ann Priestman
130c21cd2f Clean up errors when at least one ingest module fails to start. 2015-07-10 14:32:51 -04:00
Eamonn Saunders
b975f230f9 Moved Solr query outside for loop in LuceneQuery.performLuceneQuery().
Modified Server.openCore() to check Solr server connectivity.
2015-07-08 13:52:39 -04:00
jmillman
1e13d5a039 Merge remote-tracking branch 'upstream/collaborative' into new-tag-events-collab
Conflicts:
	Core/src/org/sleuthkit/autopsy/timeline/TimeLineController.java
2015-07-01 13:12:21 -04:00
jmillman
bb7ab1eab3 don't call getNewValue and getOldValue unless they are needed
they might invoke expensive db operations to load transient members and should be avoided unless those values are needed
2015-07-01 13:06:54 -04:00
Eamonn Saunders
92e3dd26a4 Added KeywordSearchService.canConnectToRemoteSolr() method and updated CollaborationMonitor to use it. 2015-06-25 12:48:56 -04:00