Skip to content
This repository was archived by the owner on Dec 10, 2018. It is now read-only.

Getting More Results

kchodorow edited this page Sep 14, 2010 · 2 revisions

Usage

http://localhost:27080/_more

Description

Get more results from an existing cursor.

Request Type

GET

Arguments

Required arguments:

  • id=cursor_id (number)

Optional arguments:

  • batch_size=num_to_return (number)

Return Values

{"ok" : 1, "results" : [{...}, ... ], "id" : cursor_id}

Example

Get one more result from a cursor.

$ curl -X GET 'http://localhost:27080/foo/bar/_more?id=1&batch_size=1'
Clone this wiki locally