Lucene.Net.Search.CachingCollector.NoScoreCachingCollector.NoScoreCachingCollector C# (CSharp) Method

NoScoreCachingCollector() private method

private NoScoreCachingCollector ( Collector other, double maxRAMMB ) : System.Collections.Generic
other Collector
maxRAMMB double
return System.Collections.Generic
            internal NoScoreCachingCollector(Collector other, double maxRAMMB)
                : base(other, maxRAMMB, false)
            {
            }

Same methods

CachingCollector.NoScoreCachingCollector::NoScoreCachingCollector ( Collector other, int maxDocsToCache ) : System.Collections.Generic
CachingCollector.NoScoreCachingCollector