I have upgraded to ElasticSearch.Net /Nest 2.0.2 and I can no longer use the low level client method (connector.GetClient().Raw.Bulk()). I have looked at the documentation but I can't seem to find any that shows how to post raw json using the new version to index new documents.
Post raw json using elastic search client
4.4k Views Asked by Imran Azad At
2
client.Raw.Bulk() turned into client.LowLevel.Bulk(). With NEST, you could do something like: