Lucene.Net.Search.TestMinShouldMatch2.SlowMinShouldMatchScorer.Score C# (CSharp) Method

Score() public method

public Score ( ) : float
return float
            public override float Score()
            {
                Debug.Assert(Score_Renamed != 0, CurrentMatched.ToString());
                return (float)Score_Renamed * ((BooleanWeight)weight).Coord(CurrentMatched, ((BooleanWeight)weight).MaxCoord);
            }