Sébastien Brousse created CAMEL-7681:
----------------------------------------
Summary: Add Bulk Index mode to Elasticsearch component
Key: CAMEL-7681
URL: https://issues.apache.org/jira/browse/CAMEL-7681
Project: Camel
Issue Type: New Feature
Components: camel-elasticsearch
Affects Versions: 2.13.2
Reporter: Sébastien Brousse
Hi,
It would be nice if the ES component could support the bulk mode to index
several documents in one row in a faster and more performant way.
I propose a new operation named *BULK_INDEX*.
The incoming body would be a *List* of any type that is already accepted
(XContentBuilder, Map, byte[], String). Or simply a Collection may be, if a
List is too narrow-minded.
The result could be a *List of the id* of the successfully indexed documents.
Have you any tips on the way you usely treat this kind of operation
--
This message was sent by Atlassian JIRA
(v6.2#6252)