SDK
SDK C# v2.x
2

SearchResults #

This class represents a paginated search result.

It can be returned by the following methods:

Namespace #

You must include the following namespace:

Copied to clipboard!
using KuzzleSdk.API.DataObjects;

Properties #

Property Type Description
Aggregations
JObject
Search aggregations (can be undefined)
Hits
JArray
Page results
Total
int
Total number of items that can be retrieved
Fetched
int
Number of retrieved items so far

Hits #

Each element of the Hits JArray is a JObject containing the following properties:

Property Type Description
_id
string
Document ID
_score
float
Relevance score
_source
JObject
Document content