Uses of Class
org.apache.lucene.search.BulkScorer
Packages that use BulkScorer
-
Uses of BulkScorer in org.apache.lucene.search
Subclasses of BulkScorer in org.apache.lucene.searchModifier and TypeClassDescriptionprotected static class
We return this as ourBulkScorer
so that if the CSQ wraps a query with its own optimized top-level scorer (e.g.protected static class
Just wraps a Scorer and performs top scoring using it.Methods in org.apache.lucene.search that return BulkScorerModifier and TypeMethodDescriptionScorerSupplier.bulkScorer()
Optional method: Get a scorer that is optimized for bulk-scoring.final BulkScorer
Weight.bulkScorer
(LeafReaderContext context) Helper method that delegates toWeight.scorerSupplier(LeafReaderContext)
.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.Constructors in org.apache.lucene.search with parameters of type BulkScorerModifierConstructorDescriptionConstantBulkScorer
(BulkScorer bulkScorer, Weight weight, float theScore)