Uses of Class
org.apache.lucene.search.ScorerSupplier
Packages that use ScorerSupplier
-
Uses of ScorerSupplier in org.apache.lucene.search
Subclasses of ScorerSupplier in org.apache.lucene.searchModifier and TypeClassDescriptionprotected static final class
A wrap for default scorer supplier.Methods in org.apache.lucene.search that return ScorerSupplierModifier and TypeMethodDescriptionDisjunctionMaxQuery.DisjunctionMaxWeight.scorerSupplier
(LeafReaderContext context) FilterWeight.scorerSupplier
(LeafReaderContext context) IndriAndWeight.scorerSupplier
(LeafReaderContext context) PhraseWeight.scorerSupplier
(LeafReaderContext context) abstract ScorerSupplier
Weight.scorerSupplier
(LeafReaderContext context) Get aScorerSupplier
, which allows knowing the cost of theScorer
before building it.