node-elasticsearch-client
node-elasticsearch-client copied to clipboard
Introduce ability for the system to parse JSON responses
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.
This PR has a straight-forward test coverage, a patch version bump, and a minor tweak in the README to reference the changes.
:+1:
:+1:
I haven't dug into this, but Travis CI failed this pull request. If you can update such that it passes, ill merge.
Also, if anyone wants to pickup maintaining this, Ill gladly add you.