The SearchResult type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SearchResult |
Wrapper over a search engine returned record
|
Properties
| Name | Description | |
|---|---|---|
| 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.
|