https://github.com/jackparsonss/full-text-search
https://github.com/jackparsonss/full-text-search
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jackparsonss/full-text-search
- Owner: jackparsonss
- Created: 2023-07-22T21:15:29.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-25T02:01:24.000Z (almost 2 years ago)
- Last Synced: 2025-01-16T08:33:45.554Z (4 months ago)
- Language: Go
- Size: 25 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# full text search
origin: https://artem.krylysov.com/blog/2020/07/28/lets-build-a-full-text-search-engine/## todo
1. support json
2. improve speed by not needing to load data into memory## done
1. actual full text search
2. persist indexes to storage
3. simple gin backend to serve a query request
4. simple web gui## web gui
https://github.com/jackparsonss/full-text-search/assets/62918090/93f2b7cd-86a0-4292-8780-0a0ebc87db1d