Section navigation

Public classAbstract Scorer

Namespace
Rowles.LeanCorpus.Search.Scoring
Assembly
Rowles.LeanCorpus.dll

Scores candidate documents produced by a custom query weight.

public abstract class Scorer
Inheritance
Scorer

Public property DocId

Gets the current global document identifier during collection.

Public method Score()

Gets the current score during collection.

Public method Score(int, float)

Scores one candidate document.

Public method SetMinCompetitiveScore(float)

Receives the current minimum competitive score when available.