fullscale / elastic.js

A JavaScript implementation of the elasticsearch Query DSL
http://docs.fullscale.co/elasticjs/
MIT License
654 stars 163 forks source link

Cluster ip's in ejs.client = nc.NodeClient #61

Closed subramanyahs closed 10 years ago

subramanyahs commented 10 years ago

How to specify multiple ip address for ejs.client = nc.NodeClient object example: ejs.client = nc.NodeClient("server1, server2,server3")

mattweber commented 10 years ago

There is no clients anymore. Please use the official client for connections to elasticsearch and elastic.js on top for query generation.

See: http://www.elasticsearch.org/guide/en/elasticsearch/client/javascript-api/current/quick-start.html