Hi Elastic Community,
I am currently exploring the Bulk API and seeking some clarification and guidance regarding the submission of multiple objects in a single REST POST request. Specifically, I have the following questions:
- Is there an RFC or standard documentation that specifies the usage of multiple objects in a REST POST request instead of an array? I have reviewed various resources but have not found a definitive RFC that addresses this practice. If anyone is aware of such a document, I would greatly appreciate a reference.
- How is this implemented with Jackson in Java? For those who have experience with Jackson, could you provide examples or best practices on how to handle the submission of multiple objects within a single POST request when using the Bulk API?
Your insights and examples will be highly valuable for ensuring that our implementation adheres to best practices and standards.
Thank you in advance for your help!