Y
Hacker News
new
|
ask
|
show
|
jobs
by
KingOfCoders
1425 days ago
If you already use Postgres consider PH full text search first.
1 comments
tmikaeld
1425 days ago
Why?
link
KingOfCoders
1425 days ago
Less moving parts means you can concentrate on delivering impact. Also less moving parts means you can have deeper understanding of those parts, not only stackoverflow-copy-paste-understanding.
link
GordonS
1424 days ago
Plus, it's actually pretty good!
link
drittich
1424 days ago
I switched from Lucene to Postgres for a wiki fulltext search, and I'm thrilled with it. Insanely fast, and great ranking, for my use case.
link