node-elastical
node-elastical copied to clipboard
Node.js client for the ElasticSearch REST API.
Would like to have the option to specify an _id when creating an index. The input could match the following: ``` javascript client.index('index', 'type', 'my_id', { key1:"value 1", key2:"value 2"...
Add open and close index
I'd like access to submit a pull request which updates all of the `Client` documentation links since half of them lead to 404's
Following the syntax they use [here](http://www.elasticsearch.org/guide/en/elasticsearch/guide/current/partial-updates.html) by setting an existing id and wrapping the change in a `{"doc": { ... }}` object just replaces the existing document with a `doc`...
Currently mongoose and node-mysql support this so why not ES? This would replace (optionally) ``` javascript { "host": "elastic.test.com", "port": 9200, "index": "production" } ``` with this (elastic can be...