Uses of Class
org.apache.lucene.search.CachingCollector.NoScoreCachingLeafCollector
-
Packages that use CachingCollector.NoScoreCachingLeafCollector Package Description org.apache.lucene.search Code to search indices. -
-
Uses of CachingCollector.NoScoreCachingLeafCollector in org.apache.lucene.search
Subclasses of CachingCollector.NoScoreCachingLeafCollector in org.apache.lucene.search Modifier and Type Class Description private classCachingCollector.ScoreCachingLeafCollectorFields in org.apache.lucene.search declared as CachingCollector.NoScoreCachingLeafCollector Modifier and Type Field Description (package private) CachingCollector.NoScoreCachingLeafCollectorCachingCollector.NoScoreCachingCollector. lastCollectorMethods in org.apache.lucene.search that return CachingCollector.NoScoreCachingLeafCollector Modifier and Type Method Description protected CachingCollector.NoScoreCachingLeafCollectorCachingCollector.NoScoreCachingCollector. wrap(LeafCollector in, int maxDocsToCache)protected CachingCollector.NoScoreCachingLeafCollectorCachingCollector.ScoreCachingCollector. wrap(LeafCollector in, int maxDocsToCache)Methods in org.apache.lucene.search with parameters of type CachingCollector.NoScoreCachingLeafCollector Modifier and Type Method Description protected voidCachingCollector.NoScoreCachingCollector. postCollect(CachingCollector.NoScoreCachingLeafCollector collector)protected voidCachingCollector.ScoreCachingCollector. postCollect(CachingCollector.NoScoreCachingLeafCollector collector)
-