Roshdy23 / Playmaker

Playmaker is Crawler-based search engine that demonstrates the main features of a search engine (web crawling, indexing and ranking) and the interaction with it along a friendly user interface.
3 stars 1 forks source link

Edit Crawler to: Add page's links to db PageLinks collection to calc popularity #14

Closed AbdallahSalah003 closed 3 months ago

AbdallahSalah003 commented 3 months ago

I'v Added a some modifications to crawlPage() and run() method, to add the links contained in each crawled page so we can easily calculate the popularity of each web page in database.