Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 352 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 352 Bytes

Lucene search engine

Implementation of basic search engine using Lucene from scratch.

This project involves creating index for the text and HTML documents and developing the search.

Requirements

  1. Java 1.8 or later.
  2. Apache Lucene
  3. Porter stemmer

Usage

  1. Provide the file path in [LuceneConstants.java] file.
  2. Run [MainClass.java]