TermScorer

constructor(postingsEnum: PostingsEnum, scorer: Similarity.SimScorer, norms: NumericDocValues?)

Construct a TermScorer that will iterate all documents.


constructor(impactsEnum: ImpactsEnum, scorer: Similarity.SimScorer, norms: NumericDocValues?, topLevelScoringClause: Boolean)

Construct a TermScorer that will use impacts to skip blocks of non-competitive documents.