I did the following:
curl -XPUT http://
localhost:9200/_river/commando/_meta -d @elasticsearch.json
where elasticsearch.json is
{"type" : "couchdb","couchdb" : {"host" : "localhost","port" :
5984,"db" : "content","filter" : null}}
and got
{"ok":true,"_index":"_river","_type":"commando","_id":"_meta","_version":
1}
looking at elasticsearch in my console:
[2012-02-02 03:53:39,181][INFO ][cluster.metadata ] [Natchios,
Elektra]
[_river] update_mapping [commando] (dynamic)
[2012-02-02 03:53:39,332][INFO ][river.couchdb ] [Natchios,
Elektra]
[couchdb][commando] starting couchdb stream: host [localhost], port
[5984], filt
er [null], db [content], indexing to [content]/[content]
[2012-02-02 03:53:39,354][INFO ][cluster.metadata ] [Natchios,
Elektra]
When I GET
http://localhost:9200/content/content
I get back the message
No handler found for uri [/content/content] and method [GET]
What did I do wrong? should I not GET? That seems extremely unlikely,
nearly unthinkable even with the message above.
Thanks,
Bryan Rasmussen