Areek Zillur c5b09adf47 Make index and delete operation execute as a single bulk item
Performance testing by @danielmitterdorfer revealed single
index/delete operations have similar performance (indexing
throughput) to equivalent single item bulk request.
This PR reduces the code paths to executing single write
operations, by reusing the logic in (shard) bulk action for
executing single operation as a single-item bulk request.
2016-12-07 00:43:04 -05:00
..
2016-11-29 18:34:55 -05:00