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

Adrien Grand updated LUCENE-8116:
---------------------------------
    Attachment: LUCENE-8116.patch

Here is a patch:
 - It changes the signature from {{score(int doc, float freq)}} to 
{{score(float freq, long norm)}}. 
 - Since SimScorer is no longer tied to a single leaf, SimWeight and SimScorer 
have been merged together.

> Similarity scores should depend only on freq and norm
> -----------------------------------------------------
>
>                 Key: LUCENE-8116
>                 URL: https://issues.apache.org/jira/browse/LUCENE-8116
>             Project: Lucene - Core
>          Issue Type: Task
>            Reporter: Adrien Grand
>         Attachments: LUCENE-8116.patch
>
>
> I would like to enforce that scores only depend on the freq and the norm so 
> that we can index impacts into postings list (LUCENE-4198) and make 
> TermScorer leverage them.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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

Reply via email to