alessandrobenedetti commented on a change in pull request #1571: URL: https://github.com/apache/lucene-solr/pull/1571#discussion_r518147905
########## File path: solr/contrib/ltr/src/java/org/apache/solr/ltr/SolrQueryRequestContextUtils.java ########## @@ -47,12 +47,12 @@ public static FeatureLogger getFeatureLogger(SolrQueryRequest req) { /** scoring query accessors **/ - public static void setScoringQuery(SolrQueryRequest req, LTRScoringQuery scoringQuery) { - req.getContext().put(SCORING_QUERY, scoringQuery); + public static void setScoringQuery(SolrQueryRequest req, LTRScoringQuery[] scoringQueries) { Review comment: absolutely reasonable! ---------------------------------------------------------------- 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