Lucene.Net.Search.TestSubScorerFreqs.CountingCollector.CountingCollector C# (CSharp) Method

CountingCollector() public method

public CountingCollector ( Collector other ) : System.Collections.Generic
other Collector
return System.Collections.Generic
            public CountingCollector(Collector other)
                : this(other, new HashSet<string> { "MUST", "SHOULD", "MUST_NOT" })
            {
            }

Same methods

TestSubScorerFreqs.CountingCollector::CountingCollector ( Collector other, ISet relationships ) : System.Collections.Generic