Implementation of basic search engine using Lucene from scratch.
This project involves creating index for the text and HTML documents and developing the search.
- Java 1.8 or later.
- Apache Lucene
- Porter stemmer
- Provide the file path in [LuceneConstants.java] file.
- Run [MainClass.java]