cpoerschke commented on code in PR #2176:
URL: https://github.com/apache/solr/pull/2176#discussion_r1446361971
##########
solr/core/src/java/org/apache/solr/handler/component/QueryComponent.java:
##########
@@ -497,7 +498,8 @@ protected int compare(int i, int j) {
// :TODO: would be simpler to always serialize every position of
SortField[]
if (type == SortField.Type.SCORE || type == SortField.Type.DOC)
continue;
- FieldComparator<?> comparator = sortField.getComparator(1, true);
+ FieldComparator<?> comparator =
+ sortField.getComparator(1, Pruning.GREATER_THAN_OR_EQUAL_TO);
Review Comment:
ref:
https://github.com/apache/lucene/commit/d9109907bcafd9e3ac6a23bff9e5b1b2605bb2f8
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]