dsmiley commented on code in PR #3340:
URL: https://github.com/apache/solr/pull/3340#discussion_r2066886029


##########
solr/core/src/java/org/apache/solr/search/FunctionRangeQuery.java:
##########
@@ -113,4 +122,26 @@ public boolean equals(Object obj) {
   public int hashCode() {
     return 31 * classHash() + rangeFilt.hashCode();
   }
+
+  private static class DelegatingCollectorWrapper extends Scorable {

Review Comment:
   the name should reflect it's Scorable-ness.  Maybe 
DelegatingCollectorScorable



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

Reply via email to