public abstract class ConstantScoreWeight extends Weight
Weight.DefaultBulkScorerparentQuery| Modifier | Constructor and Description |
|---|---|
protected |
ConstantScoreWeight(Query query) |
| Modifier and Type | Method and Description |
|---|---|
protected float |
boost()
Return the boost for this weight.
|
Explanation |
explain(LeafReaderContext context,
int doc)
An explanation of the score computation for the named document.
|
void |
extractTerms(Set<Term> terms)
Expert: adds all terms occurring in this query to the terms set.
|
float |
getValueForNormalization()
The value for normalization of contained query clauses (e.g.
|
void |
normalize(float norm,
float boost)
Assigns the query normalization factor and boost to this.
|
protected float |
queryNorm()
Return the normalization factor for this weight.
|
protected float |
score()
Return the score produced by this
Weight. |
bulkScorer, getQuery, scorerprotected ConstantScoreWeight(Query query)
public void extractTerms(Set<Term> terms)
WeightWeight was created with needsScores == true then this
method will only extract terms which are used for scoring, otherwise it
will extract all terms which are used for matching.extractTerms in class Weightpublic final float getValueForNormalization()
throws IOException
WeightgetValueForNormalization in class WeightIOExceptionpublic void normalize(float norm,
float boost)
Weightprotected final float queryNorm()
protected final float boost()
protected final float score()
Weight.public Explanation explain(LeafReaderContext context, int doc) throws IOException
Weightexplain in class Weightcontext - the readers context to create the Explanation for.doc - the document's id relative to the given context's readerIOException - if an IOException occursCopyright © 2000-2016 Apache Software Foundation. All Rights Reserved.