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

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

Here is a patch. It documents some additional constraints on similarities, like 
the fact that norm 0 is reserved to empty fields and that scores must not 
increase when the unsigned norm increases. The latter is something I need for 
LUCENE-4198 as well.

> Remove SimScorer.maxScore(maxFreq)
> ----------------------------------
>
>                 Key: LUCENE-8119
>                 URL: https://issues.apache.org/jira/browse/LUCENE-8119
>             Project: Lucene - Core
>          Issue Type: Task
>            Reporter: Adrien Grand
>            Priority: Minor
>         Attachments: LUCENE-8119.patch
>
>
> Now that SimScorer directly takes a frequency and a norm, this can be 
> replaced with {{SimScorer.freq(maxFreq, 1)}}.



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