Skip to content

Gagan163264/Search-Engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini Project for PSWCL-C lab

Create a search engine for academic purposes

Setup

Download all files using

git clone https://github.com/Gagan163264/Search-Engine.git

Add all database files in ./source

Usage

make crawl to run indexer

make run to run search

make clean to remove object files after compilation

assuming gcc(unix only)