Lucene.Net.Search.CachingCollector.CachedScorer.NextDoc C# (CSharp) Method

NextDoc() public method

public NextDoc ( ) : int
return int
            public override int NextDoc()
            {
                throw new System.NotSupportedException();
            }