HoustonPutman commented on issue #14455:
URL: https://github.com/apache/lucene/issues/14455#issuecomment-2797855886

   The sort criteria can include the score. And in this case, we are talking 
about re-scoring. So consider the original sort is `score, price asc`, then we 
use the QueryRescorer. If there are ties in the new score, then we want to keep 
the original sort criteria of `price asc`. Or even just use the idea that "if 
the document was sorted higher originally, is should be sorted higher after 
rescoring given the new scores are equal". This idea works even just using 
`sort=score`.
   
   But really, I'm not sure what's the use case for: `sorting on docId for ties`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to