Struct elasticsearch::BulkCreateOperation [−][src]
pub struct BulkCreateOperation<B> { /* fields omitted */ }Expand description
Bulk create operation
Implementations
Creates a new instance of BulkCreateOperation
Specify the name of the index to perform the bulk update operation against.
Each bulk operation can specify an index to operate against. If all bulk operations in one Bulk API call will operate against the same index, specify the index on Bulk using BulkParts::Index, and omit specifying the index on each bulk operation.
The ID of the pipeline to use to preprocess incoming documents
Trait Implementations
Performs the conversion.