var descriptor = new BulkDescriptor();
foreach (var item in updateList)
{
descriptor.Update<VendorProductSearchModel, PartialVendorProductStoreListUpdate>(a => a.Id(item.VendorProductId).Doc(item.PartialUpdate));
}
var resp = _client.Bulk(descriptor);
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.