An inverted index supplies matching documents and corpus statistics for each term. The formula rewards informative term matches while limiting the effect of repeated terms in long documents.
BM25 is a lexical ranking function that scores documents using query-term frequency, term rarity, and document-length normalization.
An inverted index supplies matching documents and corpus statistics for each term. The formula rewards informative term matches while limiting the effect of repeated terms in long documents.