Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 428 Bytes

File metadata and controls

18 lines (12 loc) · 428 Bytes

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)