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) |
public abstract double score(int docId,
float subQueryScore)
throws java.io.IOException
java.io.IOExceptionpublic abstract org.apache.lucene.search.Explanation explainScore(int docId,
org.apache.lucene.search.Explanation subQueryScore)
throws java.io.IOException
java.io.IOException