Lucene.Net.Search.TestPositiveScoresOnlyCollector.SimpleScorer.Cost C# (CSharp) Method

Cost() public method

public Cost ( ) : long
return long
            public override long Cost()
            {
                return Scores.Length;
            }
        }
TestPositiveScoresOnlyCollector.SimpleScorer