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 class
CachingCollector.ScoreCachingLeafCollector
Methods in org.apache.lucene.search that return CachingCollector.NoScoreCachingLeafCollector Modifier and Type Method Description protected CachingCollector.NoScoreCachingLeafCollector
CachingCollector.NoScoreCachingCollector. wrap(LeafCollector in, int maxDocsToCache)
protected CachingCollector.NoScoreCachingLeafCollector
CachingCollector.ScoreCachingCollector. wrap(LeafCollector in, int maxDocsToCache)
-