alessandrobenedetti commented on code in PR #872: URL: https://github.com/apache/solr/pull/872#discussion_r879226170
########## solr/core/src/java/org/apache/solr/schema/RandomSortField.java: ########## @@ -109,8 +109,8 @@ public void write(TextResponseWriter writer, String name, IndexableField f) thro new FieldComparatorSource() { @Override public FieldComparator<Integer> newComparator( - final String fieldname, final int numHits, int sortPos, boolean reversed) { - return new SimpleFieldComparator<Integer>() { + final String fieldname, final int numHits, boolean enableSkipping, boolean reversed) { 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: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org