com.browseengine.bobo.facets.impl
Class SimpleFacetHandler.SimpleBoboDocScorer
java.lang.Object
com.browseengine.bobo.query.scoring.BoboDocScorer
com.browseengine.bobo.facets.impl.SimpleFacetHandler.SimpleBoboDocScorer
- Enclosing class:
- SimpleFacetHandler
public static final class SimpleFacetHandler.SimpleBoboDocScorer
- extends BoboDocScorer
|
Method Summary |
org.apache.lucene.search.Explanation |
explain(int doc)
|
float |
score(int docid)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_dataCache
protected final FacetDataCache _dataCache
SimpleFacetHandler.SimpleBoboDocScorer
public SimpleFacetHandler.SimpleBoboDocScorer(FacetDataCache dataCache,
FacetTermScoringFunctionFactory scoreFunctionFactory,
float[] boostList)
explain
public org.apache.lucene.search.Explanation explain(int doc)
- Specified by:
explain in class BoboDocScorer
score
public final float score(int docid)
- Specified by:
score in class BoboDocScorer
Copyright © 2011. All Rights Reserved.