#Elastic Search
This project is to learn Elastic Search
- Student Developer: Sumit Kumar Vohra
In this project, We will learn how to connect to elastic client using Node.js client, use of Bulk API to create Index, search all the document , Matchall Query and Suggestions based on Terms
- Connection.js : used to connect to elastic Search
- Bulk.js : used to create indexes and verify indexes
- Search.js: used to search document and suggestions
- Test.js : Used to test the Bulk.js and Search.js