/TapSearch

To search for words in documents using Inverted Index

Primary LanguageJavaScript

TapSearch

To search for words in documents using Inverted Index

Follow the steps to see the application's working:

  1. Navigate to the url https://tapsearch123.herokuapp.com/index to input the documents to be indexed. A sample is shown in below figure.

Image of index page

  1. Next enter the documents and click Index.

  2. Documents once indexed will be acknowledged as shown below.

Image of ackowledgement page

  1. Navigate to /search to search for a word in document using inverted index. Enter the word and click Search.

Image of search page

  1. Results will be shown with minimilastic UI as shown in the below image.

Image of results page

  1. To cleare the Index and document ID's, navigate to /clear or click clear.

Image of clear page