public interface FacetTermScoringFunction
| Modifier and Type | Method and Description |
|---|---|
void |
clearScores() |
org.apache.lucene.search.Explanation |
explain(float... scores) |
org.apache.lucene.search.Explanation |
explain(int df,
float boost) |
float |
getCurrentScore() |
float |
score(int df,
float boost) |
void |
scoreAndCollect(int df,
float boost) |
void clearScores()
float score(int df,
float boost)
void scoreAndCollect(int df,
float boost)
org.apache.lucene.search.Explanation explain(int df,
float boost)
float getCurrentScore()
org.apache.lucene.search.Explanation explain(float... scores)
Copyright © 2005–2013. All rights reserved.