Method SetScorer
SetScorer(Scorer)
Sets the Scorer to use in case a document's score is needed.
Declaration
public virtual void SetScorer(Scorer scorer)
Parameters
Type | Name | Description |
---|---|---|
Scorer | scorer | Scorer instance that you should use to obtain the current hit's score, if necessary. |