Why BM25 queries with more terms can be faster (and other scaling surprises)
1–2 of 2 posts
Re: Why BM25 queries with more terms can be faster (and other scaling surprises)
#2But 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".