Hacker News new | ask | show | jobs
Why BM25 queries with more terms can be faster (and other scaling surprises) (turbopuffer.com)
53 points by _peregrine_ 163 days ago
1 comments

But this is not intrinsic to BM25 itself - this is an impact of auxiliary optimization strategies like MaxScore and WAND. A more correct title for this would be "Why query optimization strategies may yield faster search with more query terms".