Lucene.Net.Search.DisjunctionSumScorer.NrMatchers C# (CSharp) Method

NrMatchers() public method

Returns the number of subscorers matching the current document. Initially invalid, until Next() is called the first time.
public NrMatchers ( ) : int
return int
		public virtual int NrMatchers()
		{
			return nrMatchers;
		}