/SearchEngine

SearchEngine Using ElasticSearch on Parser

Primary LanguageJavaScript

SearchEngine

SearchEngine Using ElasticSearch on Parser

To run the code dependencies involved

npm install ---save download & run elasticsearch(5.2.2) through bin folder

To run the code

In the visual studio code write in the terminal in the jobportal folder: node server.js In the background run elasticsearch In the postman hit the restapi with the security code in the header.

It could be explained through the figure below(SEARCHAPI). github-large

To understand the theory behind the working of the project have a look at: Pdf file attached in this repository.

Basically the 3 major APIs used are as:

INDEX API:

github-large

UPDATE API:

github-large

SEARCH API:

github-large