#Node-Elasticsearch Project(p1-node-elasticsearch-project)
Sample Node.js project that use Elasticsearch.
It shows how to setup Elasticsearch
development in Node.js
.
##Implemented Stuff
- Setup node.js project
- Connect to Elasticsearch
- Create Index
- Insert Documents
- Get Documents
- Search Documents
- Update a Document
- Delete a document