View Source
Class SearchResult
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class SearchResult : object
Properties
View Source
FieldCount
Declaration
public int FieldCount { get; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
Id
Declaration
public string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Score
Declaration
public float Score { get; set; }
Property Value
Type |
Description |
System.Single |
|
View Source
Values
Declaration
public IReadOnlyDictionary<string, IReadOnlyList<string>> Values { get; set; }
Property Value
Type |
Description |
IReadOnlyDictionary<System.String, IReadOnlyList<System.String>> |
|