Uses of Class
org.apache.lucene.search.Scorer
Packages that use Scorer
-
Uses of Scorer in org.apache.lucene.search
Subclasses of Scorer in org.apache.lucene.searchModifier and TypeClassDescriptionfinal class
A constant-scoringScorer
.class
AFilterScorer
contains anotherScorer
, which it uses as its basic source of data, possibly transforming the data along the way or providing additional functionality.class
Combines scores of subscorers.class
The Indri implemenation of a disjunction scorer which stores the subscorers for the child queries.class
The Indri parent scorer that stores the boost so that IndriScorers can use the boost outside of the term.final class
Expert: AScorer
for documents matching aTerm
.Fields in org.apache.lucene.search declared as ScorerModifier and TypeFieldDescriptionprotected final Scorer
FilterScorer.in
final Scorer
DisiWrapper.scorer
Methods in org.apache.lucene.search that return ScorerModifier and TypeMethodDescriptionfinal Scorer
ConstantScoreScorerSupplier.get
(long leadCost) abstract Scorer
ScorerSupplier.get
(long leadCost) Get theScorer
.Weight.DefaultScorerSupplier.get
(long leadCost) final Scorer
Weight.scorer
(LeafReaderContext context) Optional method that delegates to scorerSupplier.FilterScorer.unwrap()
Methods in org.apache.lucene.search that return types with arguments of type ScorerMethod parameters in org.apache.lucene.search with type arguments of type ScorerModifier and TypeMethodDescriptionstatic DocIdSetIterator
ConjunctionUtils.intersectScorers
(Collection<Scorer> scorers) Create a conjunction over the providedScorer
s.float
float
IndriAndScorer.smoothingScore
(List<Scorer> subScorers, int docId) abstract float
IndriDisjunctionScorer.smoothingScore
(List<Scorer> subScorers, int docId) Constructors in org.apache.lucene.search with parameters of type ScorerModifierConstructorDescriptionDefaultBulkScorer
(Scorer scorer) Sole constructor.DefaultScorerSupplier
(Scorer scorer) DisiWrapper
(Scorer scorer, boolean impacts) FilterScorer
(Scorer in) Create a new FilterScorer with a specific weightConstructor parameters in org.apache.lucene.search with type arguments of type ScorerModifierConstructorDescriptionprotected
IndriAndScorer
(List<Scorer> subScorers, ScoreMode scoreMode, float boost) protected
IndriDisjunctionScorer
(List<Scorer> subScorersList, ScoreMode scoreMode, float boost)