[
https://issues.apache.org/jira/browse/LUCENE-901?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500782
]
Hoss Man commented on LUCENE-901:
---------------------------------
> From a scoring perspective, it's a multiplier that's only used at the top
> level, so the scores produced will be zero anyway.
huh? queryNorm is passed down by BooleanWeight to all of the sub clauses ...
am i miss understanding something?
> DefaultSimilarity.queryNorm() should never return Infinity
> ----------------------------------------------------------
>
> Key: LUCENE-901
> URL: https://issues.apache.org/jira/browse/LUCENE-901
> Project: Lucene - Java
> Issue Type: Bug
> Components: Search
> Reporter: Michael Busch
> Priority: Trivial
>
> Currently DefaultSimilarity.queryNorm() returns Infinity if
> sumOfSquaredWeights=0.
> This can result in a score of NaN (e. g. in TermScorer) if boost=0.0f.
> A simple fix would be to return 1.0f in case zero is passed in.
> See LUCENE-698 for discussions about this.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]