Aaron Sutter
8a5f767286
changed writeObject to writeArray
...
dealing with json array not json map
2011-11-24 09:50:02 +02:00
Shay Banon
b2e329a609
another go at trying to solve: BigCouch returns JSON array for sequence #1478 .
2011-11-23 09:21:01 +02:00
Aman Gupta
5deffec84f
read bulk_size/drop_threshold from twitter river configuration as documented
2011-11-20 12:36:21 +02:00
Florian Gilcher
bf5d722748
Add HTTPS handling to CouchDB river
...
Introduces 2 new configuration options:
* couchProtocol: http/https
- Describes the protocol in use.
* no_verify: true/false
- Allows to disable hostname verification for hosts with problematic certs
2011-11-20 11:36:27 +02:00
Shay Banon
8e9f01a0f7
BigCouch returns JSON array for sequence, closes #1478 .
2011-11-18 13:35:28 +02:00
Shay Banon
7dfe48c33b
Couchdb River: since changes parameter (seq) is not url encoded, closes #1470 .
2011-11-15 23:40:41 +02:00
Shay Banon
6c275098ba
move to formal twitter4j 2.2.5
2011-10-25 00:30:22 +02:00
Shay Banon
ea4462fc39
fix twitter distribution
2011-10-20 00:32:16 +02:00
Shay Banon
8c776bee97
use twitter4j 2.5 snapshot version as its the only version that works with the change of the endpoint
2011-10-14 17:46:35 +02:00
Pedro Alves
7fb32a0287
- Fix for [1393]
2011-10-14 17:16:49 +02:00
Shay Banon
9f427010bf
more to ABQ from LBQ is relevant places
2011-09-05 12:34:20 +03:00
Shay Banon
847b10dc99
Support setting ctx._parent in CouchDB-River, closes #1300 .
2011-09-04 17:29:25 +03:00
Shay Banon
d880a6c1b0
cleanup on new ignore_attachments flag in couchdb river
2011-08-29 17:55:06 +03:00
David Pilato
7420e99e7d
Update TODO after a brief talk with couchDB team, attachment filter doesn't make sense on server side but only on client side. BTW, we may like to fully support attachments in ES couchDB river as by now only meta information are sent to Elastic Search
2011-08-29 17:49:47 +03:00
David Pilato
1f30681a84
Add ignoreAttachements option for couchDb river
2011-08-29 17:49:46 +03:00
Shay Banon
265b9f0369
CouchDB River: Add throttling when indexing does not keep up with fetching _changes, closes #1269 .
2011-08-22 22:18:04 +03:00
Shay Banon
d06a7e9fe1
CouchDB River: Custom script does not convert the modified doc properly to be indexed, closes #1225 .
2011-08-10 15:06:53 +03:00
Shay Banon
eef4ec2f5c
Allow setting _index and _type with CouchDB river, closes #1219 .
2011-08-09 15:53:13 +03:00
kimchy
f2c085a9f9
Fix strange compilation failure under jdk7...
2011-07-11 03:59:15 +03:00
kimchy
a8d8eb686e
RabbitMQ River: Upgrade to rabbitmq driver 2.5.1, closes #1112 .
2011-07-10 04:22:20 +03:00
Lukas Vlcek
d1ad747824
Fixing plugins description
2011-07-06 17:55:38 +03:00
Paul_Loy
6a60bbba1d
adding ability for gradle to create eclipse project files and classpaths
2011-06-15 22:03:15 +03:00
kimchy
367c9562c6
update to rabbitmq client 2.3.1
2011-03-15 10:08:08 +02:00
kimchy
c7b36f113d
fix oauth support to also use it when reconnecting, and have the config as part of an oauth element
2011-03-09 10:12:12 +02:00
unknown
d4e89faf6b
added oauth support
2011-03-09 09:47:39 +02:00
kimchy
578b752425
Twitter River: Automatically reconnect when disconnected from twitter stream, closes #735 .
2011-03-02 04:00:12 +02:00
kimchy
bcaeb226d5
Twitter river: "user.screen_name" should not be analyzed, closes #715 .
2011-02-23 19:55:48 +02:00
kimchy
45ec2c6e21
Allow to register custom rivers under a custom type name (And not full class names), closes #712 .
2011-02-22 22:13:31 +02:00
kimchy
a4978bc67e
Support for other exchange types and options in AMQP river, closes #709 .
2011-02-22 20:06:43 +02:00
Charles Duffy
d0780f0f62
Allow exchange type and durability, queue durability and queue auto-delete to be specified; closes #696
2011-02-22 20:02:25 +02:00
kimchy
cebdae5707
refactor script execution handling to improve performance, also introduce specific search script executor
2011-01-31 16:08:06 +02:00
kimchy
64e5784623
Twitter updates have broken Twitter River, Update to latest version of Twitter4J, closes #627 .
2011-01-14 20:48:09 +02:00
kimchy
8e8a3a894f
upgrade testing framework jars, improve build scripts to share the testing jars
2010-12-30 16:08:38 +02:00
kimchy
abe33d59a5
use Closeables
2010-12-30 12:29:54 +02:00
kimchy
f4a30fdc84
better stream close handling in couchdb river
2010-12-30 12:25:50 +02:00
kimchy
27fe076175
upgrade to rabbitmq client 2.2.0
2010-12-26 12:50:52 +02:00
kimchy
f25eebb249
update to not use deprecated method
2010-12-08 00:16:20 +02:00
kimchy
aa00fe6a83
upgrade twitter4j to 2.1.7
2010-12-05 06:39:22 +02:00
kimchy
73e5eb9e14
clean compile warnings
2010-11-26 16:03:25 +02:00
kimchy
dd9553e7cc
add debug and trace logs to couchdb river
2010-11-02 01:07:06 +02:00
kimchy
ed9d9aa358
CouchDB River: Allow to define a javascript that can munge the changes stream, closes #431 .
2010-10-14 17:57:52 +02:00
kimchy
81fd17b035
CouchDB River: Deletes not handles correctly
2010-10-14 17:38:28 +02:00
kimchy
8b03b914f9
Twitter River: Support filter stream, closes #416 .
2010-10-09 00:39:10 +02:00
kimchy
6314c2460c
Geo Overhaul (work with multiple locations), closes #414 .
2010-10-08 22:31:21 +02:00
kimchy
abf1855509
change logging level
2010-10-05 15:52:18 +02:00
Mahendra M
a0d48487c1
Couchdb river plugin - ignore design documents
2010-10-05 15:51:36 +02:00
kimchy
c4d17860a1
Wikipedia River: A river to index wikipedia, closes #403 .
2010-10-03 22:22:45 +02:00
Mahendra M
c657c7c6d0
Filter parameters not formed properly in couchdb river plugin, closes #394
2010-10-01 13:56:07 +02:00
kimchy
1af53bce0d
Support http auth in couchdb river plugin, closes #390 .
2010-09-30 20:58:04 +02:00
kimchy
735ad0d43d
CouchDB River: Support couchdb filter query parameters, closes #389 .
2010-09-30 20:47:05 +02:00