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().

Namespace: Lucene.Net.Highlight
Assembly: Lucene.Net.Contrib.Highlighter (in Lucene.Net.Contrib.Highlighter.dll) Version: 2.3.2.1

Syntax

C#
float GetFragmentScore()
Visual Basic
Function GetFragmentScore As Single
Visual C++
float GetFragmentScore()

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Highlight.Scorer.GetFragmentScore"]

See Also