Class SearchResult
A single result from a search query
public class SearchResult
- Inheritance
-
SearchResult
- Derived
- Inherited Members
Properties
Id
The document id of the search/match result
public string Id { get; set; }
Property Value
IndexId
The id of the index containing the document
public string IndexId { get; set; }