An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Torchic: The Search Engine

![](https://github.com/fanzeyi/Pokemon-DB/blob/master/img/255Torchic.png?raw=true)

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](https://en.wikipedia.org/wiki/Okapi_BM25).