top | item 29436147 (no title) nw05678 | 4 years ago I've always wanted a full text search engine akin to "sqlite". discuss order hn newest jasonjayr|4 years ago You are aware sqlite includes a full text search engine too?https://sqlite.org/fts3.html https://sqlite.org/fts5.html simonw|4 years ago I've been having a lot of fun with the SQLite FTS library. The best public-facing demo I have is probably the search feature on https://datasette.io - e.g. https://datasette.io/-/beta?q=fts- that's powered by my https://github.com/dogsheep/dogsheep-beta tool. slig|4 years ago Typesense and Melisearch are what you're looking for. fizx|4 years ago sqlite is itself a full text search engine. It's gotten pretty good over the years.https://www.sqlite.org/fts5.html nwellnhof|4 years ago That's what Apache Lucy tried to become, but it's an abandoned project. PixyMisa|4 years ago You could try Xapian. Or there's always SQLite itself.
jasonjayr|4 years ago You are aware sqlite includes a full text search engine too?https://sqlite.org/fts3.html https://sqlite.org/fts5.html
simonw|4 years ago I've been having a lot of fun with the SQLite FTS library. The best public-facing demo I have is probably the search feature on https://datasette.io - e.g. https://datasette.io/-/beta?q=fts- that's powered by my https://github.com/dogsheep/dogsheep-beta tool.
fizx|4 years ago sqlite is itself a full text search engine. It's gotten pretty good over the years.https://www.sqlite.org/fts5.html
jasonjayr|4 years ago
https://sqlite.org/fts3.html https://sqlite.org/fts5.html
simonw|4 years ago
slig|4 years ago
fizx|4 years ago
https://www.sqlite.org/fts5.html
nwellnhof|4 years ago
PixyMisa|4 years ago