mayya-sharipova commented on a change in pull request #1725:
URL: https://github.com/apache/lucene-solr/pull/1725#discussion_r477504147



##########
File path: lucene/core/src/java/org/apache/lucene/search/FieldComparator.java
##########
@@ -136,6 +136,13 @@ public int compareValues(T first, T second) {
     }
   }
 
+  /**
+   * Informs the comparator that sorting is done in reverse.
+   * This is necessary only for skipping functionality.
+   */
+  public void setReverse() {

Review comment:
       addressed in 746c8fa




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to