Nucleus .Net Core CMS

Search.SearchResults Class

Namespace: Nucleus.Abstractions.Search
Assembly: Nucleus.Abstractions.dll
Represents the search results for a search query.

Properties

Results Property

A list of Search.SearchResults.
Remarks
The results list contains results for the requested page.

Total Property

Total number of results matching the search query.
Remarks
When a page of results is requested, the result contains results for the requested page only. The total property specifies the total number of available results and is used by paging controls.

MaxScore Property

Highest score for any search result.
Remarks
This value can be compared with the Score of each search result to determine how well the result matches the search query."/>