Uses of Interface
org.apache.lucene.search.LeafCollector
-
-
Uses of LeafCollector in org.apache.lucene.search
Classes in org.apache.lucene.search that implement LeafCollector Modifier and Type Class Description classFilterLeafCollectorLeafCollectordelegator.classSimpleCollectorBaseCollectorimplementation that is used to collect all contexts.classTotalHitCountCollectorJust counts the total number of hits.Fields in org.apache.lucene.search declared as LeafCollector Modifier and Type Field Description protected LeafCollectorFilterLeafCollector. inMethods in org.apache.lucene.search that return LeafCollector Modifier and Type Method Description LeafCollectorCollector. getLeafCollector(LeafReaderContext context)Create a newcollectorto collect the given context.LeafCollectorDiversifiedTopDocsCollector. getLeafCollector(LeafReaderContext context)LeafCollectorFilterCollector. getLeafCollector(LeafReaderContext context)LeafCollectorMultiCollector. getLeafCollector(LeafReaderContext context)LeafCollectorSimpleCollector. getLeafCollector(LeafReaderContext context)Methods in org.apache.lucene.search with parameters of type LeafCollector Modifier and Type Method Description voidBulkScorer. 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 Constructor Description FilterLeafCollector(LeafCollector in)Sole constructor. -
Uses of LeafCollector in org.apache.lucene.search.grouping
Classes in org.apache.lucene.search.grouping that implement LeafCollector Modifier and Type Class Description classCollapsingTopDocsCollector<T>A collector that groups documents based on field values and returnsCollapseTopFieldDocsoutput.classFirstPassGroupingCollector<T>FirstPassGroupingCollector is the first of two passes necessary to collect grouped hits. -
Uses of LeafCollector in org.apache.lucene.search.suggest.document
Classes in org.apache.lucene.search.suggest.document that implement LeafCollector Modifier and Type Class Description classTopSuggestDocsCollectorCollectorthat collects completion and score, along with document idMethods in org.apache.lucene.search.suggest.document with parameters of type LeafCollector Modifier and Type Method Description intCompletionScorer. score(LeafCollector collector, Bits acceptDocs, int min, int max) -
Uses of LeafCollector in org.elasticsearch.action.search
Classes in org.elasticsearch.action.search that implement LeafCollector Modifier and Type Class Description classMaxScoreCollectorA collector that computes the maximum score. -
Uses of LeafCollector in org.elasticsearch.common.lucene
Classes in org.elasticsearch.common.lucene that implement LeafCollector Modifier and Type Class Description classMinimumScoreCollector -
Uses of LeafCollector in org.elasticsearch.common.lucene.search
Methods in org.elasticsearch.common.lucene.search that return LeafCollector Modifier and Type Method Description LeafCollectorFilteredCollector. getLeafCollector(LeafReaderContext context) -
Uses of LeafCollector in org.elasticsearch.search.aggregations
Classes in org.elasticsearch.search.aggregations that implement LeafCollector Modifier and Type Class Description classLeafBucketCollectorPer-leaf bucket collector.classLeafBucketCollectorBaseALeafBucketCollectorthat delegates all calls to the sub leaf aggregator and sets the scorer on its source of values if it implementsScorerAware. -
Uses of LeafCollector in org.elasticsearch.search.profile.aggregation
Classes in org.elasticsearch.search.profile.aggregation that implement LeafCollector Modifier and Type Class Description classProfilingLeafBucketCollector -
Uses of LeafCollector in org.elasticsearch.search.profile.query
Methods in org.elasticsearch.search.profile.query that return LeafCollector Modifier and Type Method Description LeafCollectorInternalProfileCollector. getLeafCollector(LeafReaderContext context) -
Uses of LeafCollector in org.elasticsearch.search.query
Methods in org.elasticsearch.search.query that return LeafCollector Modifier and Type Method Description LeafCollectorCancellableCollector. getLeafCollector(LeafReaderContext context)LeafCollectorEarlyTerminatingCollector. getLeafCollector(LeafReaderContext context)
-