Skip to content

Implemented search engine using Apache Lucene adding Spell checker and snippet to existing code

Notifications You must be signed in to change notification settings

SainathDutkar/Search-engine-using-lucene

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Search Engine Using Lucene

Features:

  1. Implements search engine using Apache Lucene
  2. Adds spell checker using Norvig’s Spell Checker algorithm

For the dictionary of words we have used the most frequently used words from the following website https://www.wordfrequency.info/free.asp

Added snippet

We have implemented this feature to display a brief summary of the information in the document

Requirment

1 . Java 2 . Apache Lucene

Installation

About

Implemented search engine using Apache Lucene adding Spell checker and snippet to existing code

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages