Skip to content

Harkishen-Singh/tapsearch-indexer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TapSearch-Indexer

TapSearch-Indexer forms an inverted indexing of the words against the corresponding documents, similar to what elasticsearch does. It uses local node-json-db which is used to load and store the inverted indexes along with the document hashes.

It supports:

  1. General text
  2. PDFs files (Bonus 1)

Hosted at: https://tapsearch-indexer.herokuapp.com/

Explanatory video link: link (google-drive)

How to run

  1. Install dependencies via npm install.
  2. Run the application via node server.js.
  3. Open your browser and visit https://127.0.0.1:5000 in order to use the application.

About

Creates an inverted index of the given documents

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published