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


##########
solr/core/src/java/org/apache/solr/response/transform/ValueSourceAugmenter.java:
##########
@@ -101,4 +107,24 @@ protected void setValue(SolrDocument doc, Object val) {
       doc.setField(name, val);
     }
   }
+
+  private static class ScoreAndDoc extends Scorable {

Review Comment:
   There are three other `ScoreAndDoc` helper classes (with identical 
implementation) scattered throughout the codebase. Maybe it's worth 
consolidating into one.



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

Reply via email to