Lucene.Net.Search.DisjunctionSumScorer.NrMatchers C# (CSharp) Méthode

NrMatchers() public méthode

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