tomglk commented on a change in pull request #151:
URL: https://github.com/apache/solr/pull/151#discussion_r656512195
##########
File path:
solr/core/src/java/org/apache/solr/handler/component/QueryComponent.java
##########
@@ -185,6 +187,8 @@ public void prepare(ResponseBuilder rb) throws IOException
if(rq instanceof RankQuery) {
RankQuery rankQuery = (RankQuery)rq;
rb.setRankQuery(rankQuery);
+ // we always need the score for reRanking
+ rb.setFieldFlags(rb.getFieldFlags() | GET_SCORES);
Review comment:
I appreciate all your ideas for improved comments! I included them in
the commit where I added your comment above (dc2b84f)
--
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]