@Deprecated public class BoostScoreFunction extends ScoreFunction
| Modifier and Type | Field and Description |
|---|---|
static String |
BOOST_WEIGHT_ERROR_MESSAGE
Deprecated.
|
| Constructor and Description |
|---|
BoostScoreFunction(float boost)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
float |
getBoost()
Deprecated.
|
LeafScoreFunction |
getLeafScoreFunction(org.apache.lucene.index.LeafReaderContext ctx)
Deprecated.
|
boolean |
needsScores()
Deprecated.
Indicates if document scores are needed by this function.
|
String |
toString()
Deprecated.
|
getDefaultScoreCombinerpublic static final String BOOST_WEIGHT_ERROR_MESSAGE
public float getBoost()
public LeafScoreFunction getLeafScoreFunction(org.apache.lucene.index.LeafReaderContext ctx)
getLeafScoreFunction in class ScoreFunctionpublic boolean needsScores()
ScoreFunctionneedsScores in class ScoreFunctiontrue if scores are needed.Copyright © 2009–2017. All rights reserved.