Lucene.Net.Search.TestMinShouldMatch2.SlowMinShouldMatchScorer.Score C# (CSharp) Méthode

Score() public méthode

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