Top‑K BM25 range + text search on 100 million MongoDB documents in under two seconds (I reused the excellent ParadeDB example for this test)

https://dev.to/franckpachot/top-k-queries-with-mongodb-search-indexes-bm25-3a41

Top-K queries with MongoDB search indexes (BM25)

A document database is more than a JSON datastore. It must also support efficient storage and...

DEV Community