Hacker News new | ask | show | jobs
by salamo 739 days ago
I've had pretty good success with BM25 + stemming, or even easier, BM25 with trigram tokenization. If the index isn't too big, the whole search can be done client-side and is lightning fast.