Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
unixhero
on Nov 24, 2022
|
parent
|
context
|
favorite
| on:
Ask HN: Books about full text search?
Just use Postgres fulltext Search, its good enough
http://rachbelaid.com/postgres-full-text-search-is-good-enou...
johnthescott
on Nov 25, 2022
[–]
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.
SPBS
on Nov 25, 2022
|
parent
|
next
[–]
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.
unixhero
on Nov 25, 2022
|
parent
|
prev
[–]
Sounds very interesting. Never heard of rum, thank you for suggesting it.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: