Hacker News new | ask | show | jobs
by KingOfCoders 1425 days ago
If you already use Postgres consider PH full text search first.
1 comments

Why?
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.
Plus, it's actually pretty good!
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.