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
Fields in org.apache.lucene.search declared as CachingCollector.NoScoreCachingLeafCollector Modifier and Type Field Description (package private) CachingCollector.NoScoreCachingLeafCollector
CachingCollector.NoScoreCachingCollector. lastCollector
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)
Methods in org.apache.lucene.search with parameters of type CachingCollector.NoScoreCachingLeafCollector Modifier and Type Method Description protected void
CachingCollector.NoScoreCachingCollector. postCollect(CachingCollector.NoScoreCachingLeafCollector collector)
protected void
CachingCollector.ScoreCachingCollector. postCollect(CachingCollector.NoScoreCachingLeafCollector collector)
-