deluan / gomate

GoLang autocomplete on multiple words with Ledis (and possibly Redis)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GoMate

Build Status Go Report Card Coverage

Implementation of Soulmate's full-text search algorithm in Go, using LedisDB backend. It can be adapted to use Redis (or any Redis-like system), by implementing the DB interface.

For an introduction to the algorithm, read this.

I wrote this package as a quick search implementation for GoSonic, but I decided to publish it as an independent, reusable library.

Watch this space for documentation and examples.

About

GoLang autocomplete on multiple words with Ledis (and possibly Redis)

License:Apache License 2.0


Languages

Language:Go 100.0%