Lucene.Net.Search.ConstantScoreQuery.ConstantWeight.Normalize C# (CSharp) Méthode

Normalize() public méthode

public Normalize ( float norm ) : void
norm float
Résultat void
		    public override void  Normalize(float norm)
			{
				this.queryNorm = norm;
				queryWeight *= this.queryNorm;
			}