Uses of Class
org.apache.lucene.search.CachingCollector
Packages that use CachingCollector
-
Uses of CachingCollector in org.apache.lucene.search
Subclasses of CachingCollector in org.apache.lucene.searchModifier and TypeClassDescriptionprivate static classprivate static classMethods in org.apache.lucene.search that return CachingCollectorModifier and TypeMethodDescriptionstatic CachingCollectorCachingCollector.create(boolean cacheScores, double maxRAMMB) Creates aCachingCollectorwhich does not wrap another collector.static CachingCollectorCreate a newCachingCollectorthat wraps the given collector and caches documents and scores up to the specified RAM threshold.static CachingCollectorCreate a newCachingCollectorthat wraps the given collector and caches documents and scores up to the specified max docs threshold.