https://github.com/fanzeyi/torchic
A generic search engine built using Go & Spring & Redis. Project for Google's CodeU event.
https://github.com/fanzeyi/torchic
bm25 crawler search-engine
Last synced: 6 months ago
JSON representation
A generic search engine built using Go & Spring & Redis. Project for Google's CodeU event.
- Host: GitHub
- URL: https://github.com/fanzeyi/torchic
- Owner: fanzeyi
- Created: 2016-07-12T00:37:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-12-20T21:37:44.000Z (almost 4 years ago)
- Last Synced: 2025-04-28T13:09:01.371Z (6 months ago)
- Topics: bm25, crawler, search-engine
- Language: Java
- Homepage:
- Size: 2.2 MB
- Stars: 7
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Torchic: The Search Engine

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)
* WebThe Crawler is written in Go. It follows most standards for crawlers.
The Ranking algorithms we used is [BM25](https://en.wikipedia.org/wiki/Okapi_BM25).