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 TypeClassDescriptionclassLeafCollectordelegator.classBaseCollectorimplementation that is used to collect all contexts.static classScorable leaf collectorclassJust counts the total number of hits.Fields in org.apache.lucene.search declared as LeafCollectorMethods in org.apache.lucene.search that return LeafCollectorModifier and TypeMethodDescriptionCollector.getLeafCollector(LeafReaderContext context) Create a newcollectorto collect the given context.FilterCollector.getLeafCollector(LeafReaderContext context) MultiCollector.getLeafCollector(LeafReaderContext context) PositiveScoresOnlyCollector.getLeafCollector(LeafReaderContext context) final LeafCollectorSimpleCollector.getLeafCollector(LeafReaderContext context) TimeLimitingCollector.getLeafCollector(LeafReaderContext context) Methods in org.apache.lucene.search with parameters of type LeafCollectorModifier and TypeMethodDescriptionvoidBulkScorer.score(LeafCollector collector, Bits acceptDocs) Scores and collects all matching documents.abstract intBulkScorer.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.intConstantScoreQuery.ConstantBulkScorer.score(LeafCollector collector, Bits acceptDocs, int min, int max) intWeight.DefaultBulkScorer.score(LeafCollector collector, Bits acceptDocs, int min, int max) Constructors in org.apache.lucene.search with parameters of type LeafCollector