Elastic.Clients.Elasticsearch 8.14.8 BulkAll methods
I have a elasticsearch 8.2 installed on my windows 11 machine.
In my dot.net core 6 console application i use nuget package Elastic.Clients.Elasticsearch version 8.14.8 to call elastic to do search and crud action.
Search and single CRUD work well, but i have more issue if i use bulk action.
I try to use BulkAll methods but i haven’t any type of response or error.