First of all: I am very new to Elasticsearch and the Nest API in specific.
I found that wonderful answer from Russ Cam concerning bulk Insert of documents: NEST ElasticClient C# bulk insert collection
I have two Questions:
- How is the bulk Delete of documents done in such a way.
- Is it possible to explicitly specify the index name instead of inferring it from the document type?