Hi :
I was just reading Lucene's blog on Changes in Lucene 7.0, Since its on the roadmap for ES releases to include that, I was wondering what is the impact of moving away from TF/IDF to BM25 for scoring. For applications that are using the current TF/IDF based scoring for documents, how will it change docs rankings . specifically, for regression tests that might use some sort of ordering of the docs in the results.
Ramdev