cpoerschke commented on code in PR #3053:
URL: https://github.com/apache/solr/pull/3053#discussion_r2267449944


##########
solr/core/src/java/org/apache/solr/search/FunctionRangeQuery.java:
##########
@@ -85,7 +85,6 @@ protected void doSetNextReader(LeafReaderContext context) 
throws IOException {
       FunctionValues dv = rangeFilt.getValueSource().getValues(fcontext, 
context);
       valueSourceScorer =
           dv.getRangeScorer(
-              weight,

Review Comment:
   Looks like `weight` can be removed now then: #3467



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