sijuv commented on code in PR #3222:
URL: https://github.com/apache/solr/pull/3222#discussion_r1984122502


##########
solr/solr-ref-guide/modules/query-guide/pages/query-re-ranking.adoc:
##########
@@ -107,6 +107,9 @@ q=greetings&rq={!rerank reRankQuery=$rqq reRankDocs=1000 
reRankWeight=3}&rqq=(hi
 ----
 
 If a document matches the original query, but does not match the re-ranking 
query, the document's original score will remain.
+For reranked documents, an additional _matchScore_ field in the response will 
indicate the original score for a reranked doc. This
+is the score for the document prior to rerank being applied. For documents 
that were not reranked, the matchScore and score fields
+will have the same value.

Review Comment:
   fixed



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