You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description of the problem including expected versus actual behavior:
A clear and concise description of what the bug is.
Steps to reproduce:
Create a PutIndicesSettingsRequestDescriptor and provide Settings using an IndexSettingsDescriptor
Execute PutSettings(Async) with the PutIndicesSettingsRequestDescriptor
The request sent to ES is null.
Expected behavior
The given IndexSettingsDescriptor should be respected and serialized
Provide DebugInformation (if relevant):
Only SettingsValue is respected when serializing the PutIndicesSettingsRequestDescriptor. Both SettingsDescriptor and SettingsDescriptorAction seem to be discarded.
Elastic.Clients.Elasticsearch version: 8.16.3
Elasticsearch version: 8.11.4
.NET runtime version: 9.0.101
Description of the problem including expected versus actual behavior:
A clear and concise description of what the bug is.
Steps to reproduce:
Expected behavior
The given IndexSettingsDescriptor should be respected and serialized
Provide
DebugInformation
(if relevant):Only SettingsValue is respected when serializing the PutIndicesSettingsRequestDescriptor. Both SettingsDescriptor and SettingsDescriptorAction seem to be discarded.
The text was updated successfully, but these errors were encountered: