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

Freq() public method

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