https://github.com/fdero/quintosearch
A minimalistic full-text-search engine written in Go. It works with persistent data stored on disk to store and retrieve text documents.
https://github.com/fdero/quintosearch
database full-text full-text-search golang
Last synced: 7 months ago
JSON representation
A minimalistic full-text-search engine written in Go. It works with persistent data stored on disk to store and retrieve text documents.
- Host: GitHub
- URL: https://github.com/fdero/quintosearch
- Owner: fDero
- License: apache-2.0
- Created: 2024-11-30T14:19:21.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-03-05T00:18:16.000Z (8 months ago)
- Last Synced: 2025-03-05T00:28:57.483Z (8 months ago)
- Topics: database, full-text, full-text-search, golang
- Language: Go
- Homepage:
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QuintoSearch
A minimalistic full-text-search engine written in Go