com.browseengine.bobo.query.scoring
Interface FacetTermScoringFunction
- All Known Implementing Classes:
- DefaultFacetTermScoringFunction, MultiplicativeFacetTermScoringFunction
public interface FacetTermScoringFunction
clearScores
void clearScores()
score
float score(int df,
float boost)
scoreAndCollect
void scoreAndCollect(int df,
float boost)
explain
org.apache.lucene.search.Explanation explain(int df,
float boost)
getCurrentScore
float getCurrentScore()
explain
org.apache.lucene.search.Explanation explain(float... scores)
Copyright © 2011. All Rights Reserved.