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: [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]