Method Normalize
Normalize(Single, Single)
Assigns the query normalization factor and boost from parent queries to this.
NOTE: a Similarity implementation might not use this normalized value at all,
its not required. However, its usually a good idea to at least incorporate
the topLevelBoost
(e.g. from an outer BooleanQuery) into its score.
Declaration
public abstract void Normalize(float queryNorm, float topLevelBoost)
Parameters
Type | Name | Description |
---|---|---|
System.Single | queryNorm | |
System.Single | topLevelBoost |