Introduction to Information Retrieval, Christopher D. Manning, Prabhakar Raghavan, and Hinrich Schütze, 2008 (Cambridge University Press) - A comprehensive textbook explaining TF-IDF, BM25, and other foundational information retrieval algorithms.
Okapi at TREC-3, Stephen E. Robertson, Steve Walker, Susan Jones, Micheline Hancock-Beaulieu, Mike Gatford, 1994Proceedings of The Third Text REtrieval Conference, TREC 1994, Vol. NIST Special Publication 500-226 (National Institute of Standards and Technology (NIST)) - The original work demonstrating the effectiveness of the Okapi BM25 ranking function in information retrieval.
Fusing IR Systems using Rank Aggregation, William W. Cohen, Einat Minkov, and Alon Kornblith, 2007Proceedings of the 30th Annual International ACM SIGIR Conference on Research and Development in Information Retrieval (SIGIR '07) (ACM)DOI: 10.1145/1277741.1277855 - Discusses strategies for combining results from multiple search systems using rank aggregation techniques, relevant to hybrid search result fusion.
Lucene's Practical Scoring Function, The Apache Lucene Project, 2023 - Explains the practical implementation of BM25 and other scoring functions in Apache Lucene (version 9.9.2), including parameter details.