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 package:
import io.kuzzle.sdk.Options.SearchOptions;
Properties #
Property | Type | Description |
---|---|---|
from | Integer | 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 1s ; cf elasticsearch time limits) |
size | Integer | Maximum number of documents to retrieve per page |
Edit this page on Github(opens new window)