Uses of Class
org.apache.lucene.search.BulkScorer
-
Packages that use BulkScorer Package Description org.apache.lucene.search org.apache.lucene.search.suggest.document org.elasticsearch.search.profile.query -
-
Uses of BulkScorer in org.apache.lucene.search
Subclasses of BulkScorer in org.apache.lucene.search Modifier and Type Class Description protected static classConstantScoreQuery.ConstantBulkScorerWe return this as ourBulkScorerso that if the CSQ wraps a query with its own optimized top-level scorer (e.g.protected static classWeight.DefaultBulkScorerJust wraps a Scorer and performs top scoring using it.Methods in org.apache.lucene.search that return BulkScorer Modifier and Type Method Description BulkScorerWeight. 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 BulkScorer Modifier and Type Method Description protected DocIdSetLRUQueryCache. 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 BulkScorer Constructor Description ConstantBulkScorer(BulkScorer bulkScorer, Weight weight, float theScore) -
Uses of BulkScorer in org.apache.lucene.search.suggest.document
Subclasses of BulkScorer in org.apache.lucene.search.suggest.document Modifier and Type Class Description classCompletionScorerExpert: 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 Modifier and Type Method Description BulkScorerCompletionWeight. bulkScorer(LeafReaderContext context) -
Uses of BulkScorer in org.elasticsearch.search.profile.query
Methods in org.elasticsearch.search.profile.query that return BulkScorer Modifier and Type Method Description BulkScorerProfileWeight. bulkScorer(LeafReaderContext context)
-