Hi, I have encountered a weird problem in solr. In one of my queries (dismax, default sorting) I noticed that the results are not sorted by score (according to debugQuery). The first 150 results are tied (with score 12.806474), and after those, there is a bunch of results with higher score (12.962835).
What can be the cause? I'm overriding the tf function in my similarity class. Can it be related? Thanks, Yuri