Open
Description
Elastic.Clients.Elasticsearch version: 8.1.0
Elasticsearch version: 8.7.x
.NET runtime version: .Net7
Operating system version: not applicable
Description of the problem including expected versus actual behavior:
As mentioned in Tune Index for Speed, you should update the index settings before and after indexing if you want to tune for speed. We are in a process of upgrading our Elastic setup from Nest to ElasticsearchClient and it seems like the update index settings api isn't supported yet.
Any chance this can be added in a next release?
Steps to reproduce:
- There is no implementation of
UpdateSettingsAsync
, while it does exists for Nest.
Expected behavior
Support added