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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]