jpountz commented on a change in pull request #1440:
URL: https://github.com/apache/lucene-solr/pull/1440#discussion_r412317591



##########
File path: 
lucene/core/src/java/org/apache/lucene/search/SortedNumericSortField.java
##########
@@ -83,6 +89,80 @@ public SortedNumericSortField(String field, SortField.Type 
type, boolean reverse
     this.type = type;
   }
 
+  /** A SortFieldProvider for this sort field */
+  public static final class Provider extends SortFieldProvider {
+
+    /** The name this provider is registered under */
+    public static final String NAME = "sortedNumericField";

Review comment:
       maybe reuse the class name?




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