Uses of Class
org.apache.lucene.search.ScorerSupplier
-
Packages that use ScorerSupplier Package Description org.apache.lucene.search org.elasticsearch.common.lucene org.elasticsearch.search.profile.query -
-
Uses of ScorerSupplier in org.apache.lucene.search
Methods in org.apache.lucene.search that return ScorerSupplier Modifier and Type Method Description ScorerSupplierWeight. scorerSupplier(LeafReaderContext context)Optional method. -
Uses of ScorerSupplier in org.elasticsearch.common.lucene
Methods in org.elasticsearch.common.lucene with parameters of type ScorerSupplier Modifier and Type Method Description static BitsLucene. asSequentialAccessBits(int maxDoc, ScorerSupplier scorerSupplier)Return aBitsview of the provided scorer.static BitsLucene. asSequentialAccessBits(int maxDoc, ScorerSupplier scorerSupplier, long estimatedGetCount)Given aScorerSupplier, return aBitsinstance that will match all documents contained in the set. -
Uses of ScorerSupplier in org.elasticsearch.search.profile.query
Methods in org.elasticsearch.search.profile.query that return ScorerSupplier Modifier and Type Method Description ScorerSupplierProfileWeight. scorerSupplier(LeafReaderContext context)
-