The purpose of this project was to create a simple search engine in Java. The search engine was implemented as an inverted index that runs in memory and can return a result list that is sorted by TF-IDF .
Upon starting the program you will be greated with the interface
Please type a command:
'a' - to add a document
's' - to search documents
't' - to search and sort by TFIDF score
'q' - to quit
From there on follow the prompts, ensure you hit enter after all inputs.