1361 Commits

Author SHA1 Message Date
Richard Cordovano
d006fb3aab Tweak message in keywordsearch bundle.properties 2015-10-30 14:38:17 -04:00
Richard Cordovano
5d2585d943 Add null check to keywordsearch.Server.coreINdexFolderExists 2015-10-30 13:54:49 -04:00
Richard Cordovano
c459b62a34 Remove unhelpful string constant from keywordsearch.Server 2015-10-30 13:48:08 -04:00
Richard Cordovano
006d92838f Correct open/create keyword search index checking 2015-10-30 13:40:40 -04:00
Richard Cordovano
87f5319261 Temp fix for ad-hoc KWS enabling in multi-user cases 2015-10-29 10:58:13 -04:00
Richard Cordovano
a176ec3481 Remove console only stack trace print from keywordsearch.KeywordSearch 2015-10-26 15:08:47 -04:00
Richard Cordovano
4afd626f43 Correct bundle key ref in keywordsearch.KeywordSearch 2015-10-26 15:02:21 -04:00
Richard Cordovano
f4f6481054 Refine keyword search error notifications 2015-10-26 14:57:01 -04:00
Richard Cordovano
ee3600e59a Provide feedback if keyword search index create/open fails 2015-10-26 14:40:16 -04:00
Richard Cordovano
5502959346 Make keyword search index creation thread-safe and noisy on failure 2015-10-26 11:05:55 -04:00
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