Java program with basic engine functionality using hashMap data structure.
Date: Dec 27, 2017
A simple search engine built with java language that look up for a specific keyword through hundreds of text files contain thousonds of lines using hashMap data structure. Also, you can look up for combination of keywords with AND, OR and NOT queries.

- Know different data structurs and how can I implement them.
- Know how search engines basically works.
- Using ConsoleColors adds-on in eclipse.