public abstract class LeafScoreFunction
extends java.lang.Object
ScoreFunction.| Constructor and Description |
|---|
LeafScoreFunction() |
| Modifier and Type | Method and Description |
|---|---|
abstract org.apache.lucene.search.Explanation |
explainScore(int docId,
org.apache.lucene.search.Explanation subQueryScore) |
abstract double |
score(int docId,
float subQueryScore) |