Github username: SashaRies
This project is a fully integrated search engine with three main components:
- Crawler: Systematically explores web pages from a seed URL, saving content for later processing.
- Indexer: Creates a searchable index from crawled pages by extracting words and building an inverted index.
- Querier: Processes user search queries, ranks matching documents, and displays results in order of relevance.