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 classWe return this as ourBulkScorerso that if the CSQ wraps a query with its own optimized top-level scorer (e.g.protected static classJust wraps a Scorer and performs top scoring using it.Methods in org.apache.lucene.search that return BulkScorerModifier and TypeMethodDescriptionIndriAndWeight.bulkScorer(LeafReaderContext context) Weight.bulkScorer(LeafReaderContext context) Optional method, to return aBulkScorerto score the query and send hits to aCollector.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.Constructors in org.apache.lucene.search with parameters of type BulkScorerModifierConstructorDescriptionConstantBulkScorer(BulkScorer bulkScorer, Weight weight, float theScore)