[
https://issues.apache.org/jira/browse/SOLR-17678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17942278#comment-17942278
]
ASF subversion and git services commented on SOLR-17678:
--------------------------------------------------------
Commit b226f4726f22b699332f617f1393b5d1ccb45d74 in solr's branch
refs/heads/main from Siju Varghese
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=b226f4726f2 ]
SOLR-17678, SOLR-17732: Add matchScore support for ReRank queries (#3222)
* Add support to return match score ( the query score ) in case of rerank query.
* Update Transformer code to be easier to extend
* Compute distributed score fields in first pass, then pass to return fields
Co-authored-by: Houston Putman <[email protected]>
> Return original score for reranked docs
> ---------------------------------------
>
> Key: SOLR-17678
> URL: https://issues.apache.org/jira/browse/SOLR-17678
> Project: Solr
> Issue Type: Improvement
> Components: SearchComponents - other
> Reporter: Siju Varghese
> Priority: Major
> Labels: pull-request-available
> Time Spent: 2h 40m
> Remaining Estimate: 0h
>
> Query reranking provides the ability to rerank matched documents and return
> the top N based on a provided rerank query. The _score_ attribute for the
> reranked docs and returned docs is a function of the rerank query and rerank
> parameters. During this process however the original score is lost. The
> original score is an important feature and I think it should be available in
> the response back.
>
> Any concerns in adding an original score parameter in response of reranked
> docs?
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]