In the sourcecode, I found ``` SPH_RANK_PROXIMITY_BM25 = 0 # default mode, (...) ``` But when not setting `rankmode` in my model, ranking does not occur, all weight values are set to 1.
In the sourcecode, I found
But when not setting
rankmodein my model, ranking does not occur, all weight values are set to 1.