Returns the SpanScorer score only.

Should not be overriden without good cause!

Namespace: Lucene.Net.Search.Payloads
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
protected internal virtual float GetSpanScore()
Visual Basic
Protected Friend Overridable Function GetSpanScore As Single
Visual C++
protected public:
virtual float GetSpanScore()

Return Value

the score for just the Span part w/o the payload

See Also