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

Indexer implemented. Database populated. #3

Closed mohamedselbohy closed 4 months ago

mohamedselbohy commented 4 months ago

Indexing proces for the crawled websites

I only scraped through 13 webpages. We are supposed to have about 6000 by the time we deliver the project

image # #

populated the database with word indices and needed data to accomplish the ranking process

image Indexes collection is filled with index for each word in each webpage and is sufficient for ordinary search process # image Content collection is filled with all the phrases forming the whole website altogether and this collection specifically exists only for the process of phrase searching.