Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
rakoo
on March 25, 2021
|
parent
|
context
|
favorite
| on:
Building a full-text search engine in 150 lines of...
SQLite has a pretty good built-in fts engine:
https://www.sqlite.org/fts5.html
habibur
on March 25, 2021
|
next
[–]
Problem is FTS5 isn't included in the most default installation through package managers [I use Fedora]. And recompiling from source breaks a lot of things, as sqlite libraries are generally linked with all apps that use it.
rakoo
on March 25, 2021
|
parent
|
next
[–]
I admit I only used sqlite through the go driver (
https://github.com/mattn/go-sqlite3
) where using fts5 amounts to one flag during the compile phase.
edwinyzh
on March 26, 2021
|
prev
[–]
But SQLite's FTS5 has no support for the `offsets` function...
Consider applying for YC's Spring batch! Applications are open till Feb 11.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: