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 classBulkScorer implementation ofBlockMaxConjunctionScorerthat focuses on top-level conjunctions over clauses that do not have two-phase iterators.(package private) final classBulkScorerthat is used for pure disjunctions and disjunctions that have low values ofBooleanQuery.Builder.setMinimumNumberShouldMatch(int)and dense clauses.(package private) final classBulkScorer implementation ofConjunctionScorer.protected static classWe return this as ourBulkScorerso 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 classTheTimeLimitingBulkScoreris used to timeout search requests that take longer than the maximum allowed search time limit.protected static classJust wraps a Scorer and performs top scoring using it.Fields in org.apache.lucene.search declared as BulkScorerModifier and TypeFieldDescription(package private) final BulkScorerConstantScoreQuery.ConstantBulkScorer.bulkScorerprivate final BulkScorerTimeLimitingBulkScorer.inprivate final BulkScorerReqExclBulkScorer.req(package private) final BulkScorerBooleanScorer.BulkScorerAndDoc.scorerMethods in org.apache.lucene.search that return BulkScorerModifier and TypeMethodDescription(package private) BulkScorerBooleanWeight.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 aBulkScorerto score the query and send hits to aCollector.(package private) static BulkScorerBooleanWeight.disableScoring(BulkScorer scorer) (package private) BulkScorerBooleanWeight.optionalBulkScorer(LeafReaderContext context) private BulkScorerBooleanWeight.requiredBulkScorer(LeafReaderContext context) Methods in org.apache.lucene.search with parameters of type BulkScorerModifier and TypeMethodDescriptionprotected LRUQueryCache.CacheAndCountLRUQueryCache.cacheImpl(BulkScorer scorer, int maxDoc) Default cache implementation: usesRoaringDocIdSetfor sets that have a density < 1% and aBitDocIdSetover aFixedBitSetotherwise.private static LRUQueryCache.CacheAndCountLRUQueryCache.cacheIntoBitSet(BulkScorer scorer, int maxDoc) private static LRUQueryCache.CacheAndCountLRUQueryCache.cacheIntoRoaringDocIdSet(BulkScorer scorer, int maxDoc) (package private) static BulkScorerBooleanWeight.disableScoring(BulkScorer scorer) Method parameters in org.apache.lucene.search with type arguments of type BulkScorerModifier and TypeMethodDescriptionprivate static longBooleanScorer.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 anotherBulkScorerwith 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 TypeClassDescriptionclassExpert: 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