Lucene.Net.Search.CachingCollector.NoScoreCachingCollector.NoScoreCachingCollector C# (CSharp) Метод

NoScoreCachingCollector() приватный Метод

private NoScoreCachingCollector ( Collector other, double maxRAMMB ) : System.Collections.Generic
other Collector
maxRAMMB double
Результат 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