Uses of Class
org.apache.lucene.search.BulkScorer
Packages that use BulkScorer
Package
Description
Faceted search.
Code to search indices.
Support for index-time and query-time joins.
Support for document suggestion
-
Uses of BulkScorer in org.apache.lucene.facet
Subclasses of BulkScorer in org.apache.lucene.facet -
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 classBulk scorer forDisjunctionMaxQuerywhen the tie-break multiplier is zero.(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.reqfinal BulkScorerDisjunctionMaxBulkScorer.BulkScorerAndNext.scorerMethods in org.apache.lucene.search that return BulkScorerModifier and TypeMethodDescription(package private) BulkScorerBooleanScorerSupplier.booleanScorer()BooleanScorerSupplier.bulkScorer()ScorerSupplier.bulkScorer()Optional method: Get a scorer that is optimized for bulk-scoring.final BulkScorerWeight.bulkScorer(LeafReaderContext context) Helper method that delegates toWeight.scorerSupplier(LeafReaderContext).(package private) static BulkScorerBooleanScorerSupplier.disableScoring(BulkScorer scorer) (package private) BulkScorerBooleanScorerSupplier.filteredOptionalBulkScorer()(package private) BulkScorerBooleanScorerSupplier.optionalBulkScorer()private BulkScorerBooleanScorerSupplier.requiredBulkScorer()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 BulkScorerBooleanScorerSupplier.disableScoring(BulkScorer scorer) Constructors in org.apache.lucene.search with parameters of type BulkScorerModifierConstructorDescription(package private)BulkScorerAndNext(BulkScorer scorer) ConstantBulkScorer(BulkScorer bulkScorer, Weight weight, float theScore) (package private)ReqExclBulkScorer(BulkScorer req, DocIdSetIterator excl) (package private)ReqExclBulkScorer(BulkScorer req, Scorer excl) (package private)ReqExclBulkScorer(BulkScorer req, TwoPhaseIterator 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)DisjunctionMaxBulkScorer(List<BulkScorer> scorers) -
Uses of BulkScorer in org.apache.lucene.search.join
Subclasses of BulkScorer in org.apache.lucene.search.joinFields in org.apache.lucene.search.join declared as BulkScorerModifier and TypeFieldDescriptionprivate final BulkScorerToParentBlockJoinQuery.BlockJoinBulkScorer.childBulkScorerConstructors in org.apache.lucene.search.join with parameters of type BulkScorerModifierConstructorDescriptionBlockJoinBulkScorer(BulkScorer childBulkScorer, BitSet parents, ScoreMode scoreMode) -
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.