Uses of Class
org.apache.lucene.search.LeafSimScorer
Packages that use LeafSimScorer
-
Uses of LeafSimScorer in org.apache.lucene.search
Constructors in org.apache.lucene.search with parameters of type LeafSimScorerModifierConstructorDescriptionTermScorer
(Weight weight, ImpactsEnum impactsEnum, LeafSimScorer docScorer, boolean topLevelScoringClause) Construct aTermScorer
that will use impacts to skip blocks of non-competitive documents.TermScorer
(Weight weight, PostingsEnum postingsEnum, LeafSimScorer docScorer) Construct aTermScorer
that will iterate all documents.