Interface DelegatingScorer
-
- All Superinterfaces:
FlyweightPrototype<Scorer>
,Scorer
- All Known Implementing Classes:
BM25FScorer
,BM25Scorer
,ClarkeCormackScorer
,ConstantScorer
,CountScorer
,DecreasingDocumentRankScorer
,DocumentRankScorer
,TfIdfScorer
,VignaScorer
public interface DelegatingScorer extends Scorer
A marker interface for those scorers that delegate allIntIterator
's method to the underlyingDocumentIterator
.An aggregator can only aggregate scorers of this kind.
-
-
Method Summary
-
Methods inherited from interface it.unimi.di.big.mg4j.search.score.Scorer
copy, getWeights, nextDocument, score, score, setWeights, usesIntervals, wrap
-
-