The score for the payload

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

Syntax

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

Return Value

The score, as calculated by {@link PayloadFunction#DocScore(int, String, int, float)}

See Also