Lucene's original Score in String format, e.g. 1.45678 or 0.87642. The score of this document for the query.
Namespace: DotNetNuke.Services.Search.EntitiesAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
public string DisplayScore { get; set; } |
| Visual Basic |
|---|
Public Property DisplayScore As String Get Set |
Remarks
This field is more reliable than the float version of Score.