Skip to content

shmokmt/tinysearch

Repository files navigation

tinysearch

reviewdog

Tiny full-text search engine for learning

  • Go
  • inverted index
  • tf-idf
  • MySQL8.x

How to dev

docker-compose up -d
# set env
export INDEX_DIR_PATH="./testdata/index"
# create index
go run ./cmd/tinysearch/main.go create ./testdata/document
# search by full-text search engine
go run ./cmd/tinysearch/main.go search "qurrel sir"

See Also

About

tiny full-text search engine from scratch

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages