cursor
Retrieves a cursor value you can use to page through large result sets. Use the size
parameter to control the number of hits to include in each response. You can specify either the cursor
or start
parameter in a request; they are mutually exclusive. To get the first cursor, set the cursor value to initial
. In subsequent requests, specify the cursor value returned in the hits section of the response.
For more information, see Paginating Results in the Amazon CloudSearch Developer Guide.