Uses of Class
org.apache.lucene.search.BulkScorer
Packages that use BulkScorer
Package
Description
This package contains a flexible graph-based proximity query, TermAutomatonQuery, and geospatial
queries.
Code to search indices.
Support for document suggestion
-
Uses of BulkScorer in org.apache.lucene.sandbox.search
Methods in org.apache.lucene.sandbox.search that return BulkScorer -
Uses of BulkScorer in org.apache.lucene.search
Subclasses of BulkScorer in org.apache.lucene.searchModifier and TypeClassDescription(package private) final class
BulkScorer implementation ofBlockMaxConjunctionScorer
that focuses on top-level conjunctions over clauses that do not have two-phase iterators.(package private) final class
BulkScorer
that is used for pure disjunctions and disjunctions that have low values ofBooleanQuery.Builder.setMinimumNumberShouldMatch(int)
and dense clauses.(package private) final class
BulkScorer implementation ofConjunctionScorer
.protected static class
We return this as ourBulkScorer
so that if the CSQ wraps a query with its own optimized top-level scorer (e.g.(package private) final class
(package private) final class
(package private) final class
TheTimeLimitingBulkScorer
is used to timeout search requests that take longer than the maximum allowed search time limit.protected static class
Just wraps a Scorer and performs top scoring using it.Fields in org.apache.lucene.search declared as BulkScorerModifier and TypeFieldDescription(package private) final BulkScorer
ConstantScoreQuery.ConstantBulkScorer.bulkScorer
private final BulkScorer
TimeLimitingBulkScorer.in
private final BulkScorer
ReqExclBulkScorer.req
(package private) final BulkScorer
BooleanScorer.BulkScorerAndDoc.scorer
Methods in org.apache.lucene.search that return BulkScorerModifier and TypeMethodDescription(package private) BulkScorer
BooleanWeight.booleanScorer
(LeafReaderContext context) Try to build a boolean scorer for this weight.AbstractMultiTermQueryConstantScoreWrapper.RewritingWeight.bulkScorer
(LeafReaderContext context) BooleanWeight.bulkScorer
(LeafReaderContext context) IndriAndWeight.bulkScorer
(LeafReaderContext context) LRUQueryCache.CachingWrapperWeight.bulkScorer
(LeafReaderContext context) Weight.bulkScorer
(LeafReaderContext context) Optional method, to return aBulkScorer
to score the query and send hits to aCollector
.(package private) static BulkScorer
BooleanWeight.disableScoring
(BulkScorer scorer) (package private) BulkScorer
BooleanWeight.optionalBulkScorer
(LeafReaderContext context) private BulkScorer
BooleanWeight.requiredBulkScorer
(LeafReaderContext context) Methods in org.apache.lucene.search with parameters of type BulkScorerModifier and TypeMethodDescriptionprotected LRUQueryCache.CacheAndCount
LRUQueryCache.cacheImpl
(BulkScorer scorer, int maxDoc) Default cache implementation: usesRoaringDocIdSet
for sets that have a density < 1% and aBitDocIdSet
over aFixedBitSet
otherwise.private static LRUQueryCache.CacheAndCount
LRUQueryCache.cacheIntoBitSet
(BulkScorer scorer, int maxDoc) private static LRUQueryCache.CacheAndCount
LRUQueryCache.cacheIntoRoaringDocIdSet
(BulkScorer scorer, int maxDoc) (package private) static BulkScorer
BooleanWeight.disableScoring
(BulkScorer scorer) Method parameters in org.apache.lucene.search with type arguments of type BulkScorerModifier and TypeMethodDescriptionprivate static long
BooleanScorer.cost
(Collection<BulkScorer> scorers, int minShouldMatch) Constructors in org.apache.lucene.search with parameters of type BulkScorerModifierConstructorDescription(package private)
BulkScorerAndDoc
(BulkScorer scorer) ConstantBulkScorer
(BulkScorer bulkScorer, Weight weight, float theScore) (package private)
ReqExclBulkScorer
(BulkScorer req, DocIdSetIterator excl) TimeLimitingBulkScorer
(BulkScorer bulkScorer, QueryTimeout queryTimeout) Create a TimeLimitingBulkScorer wrapper over anotherBulkScorer
with a specified timeout.Constructor parameters in org.apache.lucene.search with type arguments of type BulkScorerModifierConstructorDescription(package private)
BooleanScorer
(BooleanWeight weight, Collection<BulkScorer> scorers, int minShouldMatch, boolean needsScores) -
Uses of BulkScorer in org.apache.lucene.search.suggest.document
Subclasses of BulkScorer in org.apache.lucene.search.suggest.documentModifier and TypeClassDescriptionclass
Expert: Responsible for executing the query against an appropriate suggester and collecting the results via a collector.Methods in org.apache.lucene.search.suggest.document that return BulkScorer