SearchResult Class |
Namespace: CMS.Search
public sealed class SearchResult
The SearchResult type exposes the following members.
Name | Description | |
---|---|---|
SearchResult |
Name | Description | |
---|---|---|
HighlightRegex |
Gets the regular expression specified for highlighting.
| |
Highlights |
Specifies the list of highlighted words
| |
Items |
Collection of search results for the requested page number.
| |
LastError |
Search error associated with this results, if any occurred during the search operation.
Results of a failed search are not valid.
| |
MoreCultures |
Gets a value that indicates whether this search was performed for all cultures or current culture combined with default culture.
| |
Parameters |
Search parameters this search result is based upon.
| |
TotalNumberOfResults |
Gets the total number of search results which can be retrieved from the search index (across all pages).
|