Hacker News new | ask | show | jobs
by mediaman 312 days ago
Keyword search (or something similar in concept, like bm25) would typically be first stage, rather than second, since it can be done with an inverted index.
1 comments

I'm aware of that. My question was around using it in the ranking algorithm.