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

SimpleScorer() public method

public SimpleScorer ( Weight weight ) : NUnit.Framework
weight Weight
return NUnit.Framework
            public SimpleScorer(Weight weight)
                : base(weight)
            {
            }
TestPositiveScoresOnlyCollector.SimpleScorer