Lucene.Net.Index.TestNorms.SimilarityOne.LengthNorm C# (CSharp) Method

LengthNorm() public method

public LengthNorm ( System fieldName, int numTerms ) : float
fieldName System
numTerms int
return float
			public override float LengthNorm(System.String fieldName, int numTerms)
			{
				return 1;
			}
		}