The SearchResult type exposes the following members.

Constructors

  NameDescription
SearchResult
Wrapper over a search engine returned record

Properties

  NameDescription
Entity
The resulting Entity.
EntityId
The id of the associated Entity.
(Inherited from IndexKey.)
Key
A value unique within Scope.
(Inherited from IndexKey.)
Scope
A qualifier for this IndexKey.
(Inherited from IndexKey.)
Score
Gets the score of this result as determined by the ISearchEngine.

See Also