Lucene.Net.Search.ConstantScoreQuery.ConstantWeight.Normalize C# (CSharp) Method

Normalize() public method

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