Class LeafScoreFunction
java.lang.Object
org.elasticsearch.common.lucene.search.function.LeafScoreFunction
Per-leaf
ScoreFunction
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract org.apache.lucene.search.Explanation
explainScore(int docId, org.apache.lucene.search.Explanation subQueryScore)
abstract double
score(int docId, float subQueryScore)
-
Constructor Details
-
LeafScoreFunction
public LeafScoreFunction()
-
-
Method Details
-
score
- Throws:
IOException
-
explainScore
public abstract org.apache.lucene.search.Explanation explainScore(int docId, org.apache.lucene.search.Explanation subQueryScore) throws IOException- Throws:
IOException
-