[ https://issues.apache.org/jira/browse/LUCENE-7368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Adrien Grand updated LUCENE-7368: --------------------------------- Attachment: LUCENE-7368.patch Here is a patch. getValueForNormalization and normalize are gone. Instead, boost are passed to Weights and stats at construction time. It helps have more final fields and simplifies BoostQuery. The boost is now a simple multiplicative factor, it can't get normalized away by the query norm like it used to happen with ClassicSimilarity. > Remove queryNorm > ---------------- > > Key: LUCENE-7368 > URL: https://issues.apache.org/jira/browse/LUCENE-7368 > Project: Lucene - Core > Issue Type: Sub-task > Reporter: Adrien Grand > Assignee: Adrien Grand > Fix For: master (7.0) > > Attachments: LUCENE-7368.patch > > > Splitting LUCENE-7347 into smaller tasks. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org