Github user jpountz commented on the issue:
https://github.com/apache/lucene-solr/pull/242
I agree the naming might be confusing but the logic is actually correct.
This is due to the fact that we want documents with higher scores first, so we
need to make them compare "less than" documents that have lower scores.--- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
