public abstract class LeafScoreFunction extends Object
ScoreFunction.| コンストラクタと説明 |
|---|
LeafScoreFunction() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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–2016. All rights reserved.