Lucene's original Score. The score of this document for the query.

Namespace: DotNetNuke.Services.Search.Entities
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public float Score { get; set; }
Visual Basic
Public Property Score As Single
	Get
	Set

Remarks

This field may not be reliable as most of the time it contains Nan. Use DisplayScore instead

See Also