public abstract class LeafScoreFunction extends 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)
public abstract org.apache.lucene.search.Explanation explainScore(int docId,
org.apache.lucene.search.Explanation subQueryScore)
throws IOException
IOExceptionCopyright © 2009–2017. All rights reserved.