This project was created for Google's CodeU event. It works as a typical search engine. The whole project is made up by three parts:
- Backend (Crawler)
- Frontend (Ranking)
- Web
The Crawler is written in Go. It follows most standards for crawlers.
The Ranking algorithms we used is BM25.