node-elasticsearch-client
node-elasticsearch-client copied to clipboard
A client written in node for elastic search
The documentation for the search function leads one to believe that ``` javascript var qryObj = { field1 : "term" }; ``` will search for documents that have the value...
Hi, I'm a newbie and working on an ES project (Express JS+ ES+MongoDB ). I'm using https://github.com/richardwilly98/elasticsearch-river-mongodb to do the indexing. The following code is working fine for a single...
This pull request ditches jscoverage in favor of Istanbul, which is way better for test coverage reporting.
Added tests, fixed options handling in get(), deleteDocument(), cleaned up spacing, did some linting. There's a pending test in the core search canonical. That function only allows the options object...
Completing the suggestion offered in #35. This PR introduces a server option `parseJSON` that, when true (its false by default), will automatically parse all responses delivered by .on('data'... in elasticSearchCall.js....
When elasticsearch is proxied by nginx some request requires an extra "Content-Length: 0" to get through. See others reporting that issue as recently as April 2013 https://drupal.org/node/1959248 I faced this...
I've added a function to core.js to allow upserts into elastic search. I'm not sure if this is the best way to do it, but I've added parameters for script,...
I get TypeError: Cannot read property 'defaultPort' of undefined.
There is a v0.5.3 published in NPM, but it contains older code than the current `master` , which sits at v0.5.1. Publishing problem? Noticed this because we need #103, it...