Skip to content

Google-like simple search engine, supporting phrase search. In addition to Crawler and Indexer

Notifications You must be signed in to change notification settings

emanshahda/Search-Engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Search-Engine

Google-like simple search engine, supporting phrase search.

The main file to run is \src\main\java\com\example\demo\homeController.java

Note: The required Jars are attached in file Jars just add them to your project Note: use Mongodb compass


Crawler: In Crawalr.java the crawler is provided that provides 5000 unique webpages. In case of Disconnection During Crawlring when resuming the crawler continues from the last point he was in, not from the beginning(seeds)


Indexer: The links resulting from the crawler are indexed and saved in an inverted file so that to use during searching.


Phrase Searching is supported by placing the phrase in "".


The results of the search are ranked according to relevance and popularity.


Snippets are added under each link.

About

Google-like simple search engine, supporting phrase search. In addition to Crawler and Indexer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published