Open
Description
Elastic.Clients.Elasticsearch version: 8.17.1
.NET runtime version: net8.0
Description of the problem including expected versus actual behavior:
I am trying to define highlighting options with the PutIndexTemplateRequestDescriptor. The documentation states that Highlighting settings can be set on a global level and overridden at the field level that is why I expect that SettingsHighlightDescriptor exposes tha same properties as HighlightDescriptor.
A clear and concise description of what the bug is.
Steps to reproduce:
- Install Elastic.Clients.Elasticsearch 8.17.1
- Try to configure highlighting options with the PutIndexTemplateRequestDescriptor.
Expected behavior
SettingsHighlightDescriptor should expose the same properties as HighlightDescriptor.