java.lang.Object
org.springframework.data.elasticsearch.core.query.BulkOptions

public class BulkOptions extends Object
Options that may be passed to an DocumentOperations.bulkIndex(List, BulkOptions, IndexCoordinates) or DocumentOperations.bulkUpdate(List, BulkOptions, IndexCoordinates) call.
Use builder() to obtain a builder, then set the desired properties and call BulkOptions.BulkOptionsBuilder.build() to get the BulkOptions object.
Since:
3.2
Author:
Peter-Josef Meisch, Mark Paluch