Highlighter.Net 2.0.0

Scorer Methods

The methods of the Scorer interface are listed below. For a complete list of Scorer interface members, see the Scorer Members topic.

Public Instance Methods

GetFragmentScore Called when the highlighter has no more tokens for the current fragment - the scorer returns the weighting it has derived for the most recent fragment, typically based on the tokens passed to getTokenScore().
GetTokenScore Called for each token in the current fragment
StartFragment called when a new fragment is started for consideration

See Also

Scorer Interface | Lucene.Net.Highlight Namespace