August 2019
Intermediate to advanced
560 pages
13h 41m
English
The bulk API allows you to operate multiple document requests, including creation, indexing, patching, replacement, and deletion, in batch mode to reduce network traffic. You can put a series of API actions and the corresponding request body pairs in the request body of the bulk API. The syntax in the request body is as follows:
{action_type: {metadata}}\newlinerequest_body}\newline...
Let's practice using the bulk API with the same operations from the previous examples. The batch job involves the following steps:
Read now
Unlock full access