Lucene.Net.Search.TestScorerPerf.MatchingHitCollector.MatchingHitCollector C# (CSharp) Method

MatchingHitCollector() public method

public MatchingHitCollector ( System answer ) : System
answer System
return System
			public MatchingHitCollector(System.Collections.BitArray answer)
			{
				this.answer = answer;
			}
			
TestScorerPerf.MatchingHitCollector