Wrapper over a search engine returned record

Namespace:  Mindscape.LightSpeed.Search
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public SearchResult(
	string key,
	string scope,
	string entityId,
	float score
)
Visual Basic (Declaration)
Public Sub New ( _
	key As String, _
	scope As String, _
	entityId As String, _
	score As Single _
)

Parameters

key
Type: System..::.String
The key of the result item
scope
Type: System..::.String
The identifying scope
entityId
Type: System..::.String
The identity of the entity that the result item refers
score
Type: System..::.Single
The search ranking score

See Also