Lucene.Net.Search.CachingCollector.CachedScorer.NextDoc C# (CSharp) 메소드

NextDoc() 공개 메소드

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