alessandrobenedetti commented on code in PR #872:
URL: https://github.com/apache/solr/pull/872#discussion_r879234552
##########
solr/core/src/java/org/apache/solr/search/join/ChildFieldValueSourceParser.java:
##########
@@ -131,8 +131,8 @@ public SortField getSortField(boolean reverse) {
childField.getName(), type, reverse, parentFilter, childFilter) {
@SuppressWarnings("unchecked")
@Override
- public FieldComparator<?> getComparator(int numHits, int sortPos) {
- final FieldComparator<?> comparator = super.getComparator(numHits,
sortPos);
+ public FieldComparator<?> getComparator(int numHits, boolean
enableSkipping) {
+ final FieldComparator<?> comparator = super.getComparator(numHits,
enableSkipping);
Review Comment:
https://issues.apache.org/jira/browse/LUCENE-10377
Resolving
--
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]