[ 
https://issues.apache.org/jira/browse/SOLR-16827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joel Bernstein updated SOLR-16827:
----------------------------------
    Description: 
When combining an unbounded Lucene / Solr score with a vector score its 
difficult or impossible to balance the two components by simply adjusting the 
weight of the rerank score. 

What's needed is the ability to min/max scale the Lucene / Solr score between a 
specific range so that the rerank score can be weighted against it reliably.

This ticket will add min/max scaling parameters to the reranker. The min/max 
scaling will be applied to the scores of all the topDocs prior to combining 
with the rerank score.

  was:
When combining an unbounded Lucene / Solr score with a vector score its 
difficult or impossible to balance the two components by simply adjusting the 
weight of the rerank score. 

What's needed is the ability to min/max scale the Lucene / Solr score between a 
specific range so that the rerank score can be weighted against it reliably.

This ticket will add min/max scaling parameters to the reranker. The min/max 
scaling will be applied to the scores of all the topDocs prior to combining 
with the with rerank score.


> Add min/max scale params to reranker
> ------------------------------------
>
>                 Key: SOLR-16827
>                 URL: https://issues.apache.org/jira/browse/SOLR-16827
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Joel Bernstein
>            Assignee: Joel Bernstein
>            Priority: Major
>
> When combining an unbounded Lucene / Solr score with a vector score its 
> difficult or impossible to balance the two components by simply adjusting the 
> weight of the rerank score. 
> What's needed is the ability to min/max scale the Lucene / Solr score between 
> a specific range so that the rerank score can be weighted against it reliably.
> This ticket will add min/max scaling parameters to the reranker. The min/max 
> scaling will be applied to the scores of all the topDocs prior to combining 
> with the rerank score.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to