File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
3.11/develop/http-api/queries
3.12/develop/http-api/queries Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -178,9 +178,9 @@ Content-type: application/json
178178}
179179```
180180
181- If the ` allowRetry ` query option is set to ` true ` , then the response object
182- contains a ` nextBatchId ` attribute, except for the last batch (if ` hasMore ` is
183- ` false ` ). If retrieving a result batch fails because of a connection issue, you
181+ The response object contains a ` nextBatchId ` attribute, except for the last batch
182+ (when ` hasMore ` is ` false ` ). If the ` allowRetry ` query option is set to ` true `
183+ and if retrieving a result batch fails because of a connection issue, you
184184can ask for that batch again using the ` POST /_api/cursor/<cursor-id>/<batch-id> `
185185endpoint. The first batch has an ID of ` 1 ` and the value is incremented by 1
186186with every batch. Every result response except the last one also includes a
Original file line number Diff line number Diff line change @@ -178,9 +178,9 @@ Content-type: application/json
178178}
179179```
180180
181- If the ` allowRetry ` query option is set to ` true ` , then the response object
182- contains a ` nextBatchId ` attribute, except for the last batch (if ` hasMore ` is
183- ` false ` ). If retrieving a result batch fails because of a connection issue, you
181+ The response object contains a ` nextBatchId ` attribute, except for the last batch
182+ (when ` hasMore ` is ` false ` ). If the ` allowRetry ` query option is set to ` true `
183+ and if retrieving a result batch fails because of a connection issue, you
184184can ask for that batch again using the ` POST /_api/cursor/<cursor-id>/<batch-id> `
185185endpoint. The first batch has an ID of ` 1 ` and the value is incremented by 1
186186with every batch. Every result response except the last one also includes a
You can’t perform that action at this time.
0 commit comments