Y
Hacker News
new
|
ask
|
show
|
jobs
by
unixhero
1306 days ago
Just use Postgres fulltext Search, its good enough
http://rachbelaid.com/postgres-full-text-search-is-good-enou...
1 comments
johnthescott
1306 days ago
for postgres, i highly recommend the rum index over the core fts. rum is written by postgrespro, who also wrote core fts and json indexing in pg.
https://github.com/postgrespro/rum
rum handles +20mil pdf pages, interactively.
link
SPBS
1306 days ago
Pleasantly surprised that RUM is just a drop-in replacement for the built-in GIN index, you can still use Postgres' native FTS operations with it.
link
unixhero
1306 days ago
Sounds very interesting. Never heard of rum, thank you for suggesting it.
link