Is Bulk Index create Index for all documents or some of them?

I want to use bulk Index to Insert multiple(10) objects.

I wanted to know if during insert operation out of 10 objects, 3 object not inserted. in that case BulkIndex operation will rollback operation or not.