Uses of Interface
org.apache.lucene.search.LeafCollector
Packages that use LeafCollector
-
Uses of LeafCollector in org.apache.lucene.search
Classes in org.apache.lucene.search that implement LeafCollectorModifier and TypeClassDescriptionclass
LeafCollector
delegator.class
BaseCollector
implementation that is used to collect all contexts.Fields in org.apache.lucene.search declared as LeafCollectorMethods in org.apache.lucene.search that return LeafCollectorModifier and TypeMethodDescriptionprotected final LeafCollector
TotalHitCountCollector.createLeafCollector()
Collector.getLeafCollector
(LeafReaderContext context) Create a newcollector
to collect the given context.FilterCollector.getLeafCollector
(LeafReaderContext context) MultiCollector.getLeafCollector
(LeafReaderContext context) PositiveScoresOnlyCollector.getLeafCollector
(LeafReaderContext context) final LeafCollector
SimpleCollector.getLeafCollector
(LeafReaderContext context) TopScoreDocCollector.getLeafCollector
(LeafReaderContext context) TotalHitCountCollector.getLeafCollector
(LeafReaderContext context) static LeafCollector
ScoreCachingWrappingScorer.wrap
(LeafCollector collector) Wrap the providedLeafCollector
so that scores are computed lazily and cached if accessed multiple times.Methods in org.apache.lucene.search with parameters of type LeafCollectorModifier and TypeMethodDescriptionabstract void
DocIdSetBulkIterator.iterate
(LeafCollector collector, Bits acceptDocs, int min, int max) Iterate over documents contained in this iterator and callcollect(int)
on them.abstract int
BulkScorer.score
(LeafCollector collector, Bits acceptDocs, int min, int max) Collects matching documents in a range and return an estimation of the next matching document which is on or aftermax
.int
ConstantScoreQuery.ConstantBulkScorer.score
(LeafCollector collector, Bits acceptDocs, int min, int max) int
Weight.DefaultBulkScorer.score
(LeafCollector collector, Bits acceptDocs, int min, int max) static LeafCollector
ScoreCachingWrappingScorer.wrap
(LeafCollector collector) Wrap the providedLeafCollector
so that scores are computed lazily and cached if accessed multiple times.Constructors in org.apache.lucene.search with parameters of type LeafCollector