Uses of Class
org.apache.lucene.search.ConstantScoreScorerSupplier
Packages that use ConstantScoreScorerSupplier
-
Uses of ConstantScoreScorerSupplier in org.apache.lucene.search
Methods in org.apache.lucene.search that return ConstantScoreScorerSupplierModifier and TypeMethodDescriptionstatic ConstantScoreScorerSupplier
ConstantScoreScorerSupplier.fromIterator
(DocIdSetIterator iterator, float score, ScoreMode scoreMode, int maxDoc) Create aConstantScoreScorerSupplier
for the given iterator.static ConstantScoreScorerSupplier
Create aConstantScoreScorerSupplier
that matches all docs in [0, maxDoc).