This is the BULK document for .NET API V1.x: https://www.elastic.co/guide/en/elasticsearch/client/net-api/1.x/bulk.html
But a search on the word BULK for the .NET API V2.x: https://www.elastic.co/search?q=bulk§ion=Docs%2FClients%2F.Net%2F2.x
doesn't yield anything, as if there was no bulk API.
Now, if you look for the ElasticSearch API 2.x, not the .NET version, the search: https://www.elastic.co/search?q=bulk§ion=Docs%2FElasticsearch%2FReference%2F2.3
clearly shows that there is content.
So, did bulk disappear from .NET in API 2.x? it doesn't look like it as I'm using it...
Can someone explain?