Highlighter.Net 2.0.0

Scorer.GetTokenScore Method 

Called for each token in the current fragment

float GetTokenScore(
   Token token
);

Parameters

token
The token to be scored

Return Value

a score which is passed to the Highlighter class to influence the mark-up of the text (this return value is NOT used to score the fragment)

See Also

Scorer Interface | Lucene.Net.Highlight Namespace