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