node-elasticsearch-tutorial icon indicating copy to clipboard operation
node-elasticsearch-tutorial copied to clipboard

Examples for setting up and using elasticsearch in Node.js

Results 4 node-elasticsearch-tutorial issues
Sort by recently updated
recently updated
newest added

As i was going through the blogpost "https://www.sitepoint.com/search-engine-node-elasticsearch/" to learn more about elastic search so i found that code is out dated. This PR fixed this outdated code

I have cloned this code on my local. Only instead of pointing to local elastic search, pointing to elasticsearch cloud. And trying to search all using following command: $ node...

I wanna learn and explore ES

> 1000 items parsed from data file > events.js:160 > throw er; // Unhandled 'error' event > ^ > > Error: write EPIPE > at exports._errnoException (util.js:1022:11) > at WriteWrap.afterWrite...