SDK
SDK Java v3.x
2

This SDK is deprecated. We recommend to use the Kuzzle SDK-JVM.
A migration guide is available here

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:

Copied to clipboard!
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