SearchOptions #
This class represents the options usable with the search related methods.
It can be used with the following methods:
Namespace #
You must include the following namespace:
using KuzzleSdk.API.Options;
Properties #
Property | Type | Description |
---|---|---|
From | int | Offset of the first document to fetch |
Scroll | string | When set, gets a forward-only cursor having its ttl set to the given value (ie 30s ; cf elasticsearch time limits) |
Size | int | Maximum number of documents to retrieve per page |
Sort | string | Field to sort the result on |
Edit this page on Github(opens new window)