We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Elastic.Clients.Elasticsearch version: 8.17.1
Elasticsearch version: 8.17.2
.NET runtime version: 9.0
Operating system version: macOS
Description of the problem including expected versus actual behavior:
According to the docs https://www.elastic.co/guide/en/elasticsearch/reference/current/semantic-text.html#semantic-text-params SemanticTextProperty should have both InferenceId and SearchInferenceId properties, but it does not
SemanticTextProperty
InferenceId
SearchInferenceId
elasticsearch-net/src/Elastic.Clients.Elasticsearch/_Generated/Types/Mapping/SemanticTextProperty.g.cs
Lines 30 to 39 in ffe9e46
Expected behavior
Add new property
[JsonInclude, JsonPropertyName("search_inference_id")] public Elastic.Clients.Elasticsearch.Id SearchInferenceId { get; set; }
p.s. @flobernd appreciate if you can do your magic and regenerate the client using the latest spec.
The text was updated successfully, but these errors were encountered:
Hi @sergey-tihon , thanks for reporting.
It seems like the property is as well missing in the specification. We have to add it there first, before I can regenerate the client.
Sorry, something went wrong.
just wonder when next release is planned?
@sergey-tihon Early next week 🙂 Ill make sure your fix is included!
Successfully merging a pull request may close this issue.
Elastic.Clients.Elasticsearch version: 8.17.1
Elasticsearch version: 8.17.2
.NET runtime version: 9.0
Operating system version: macOS
Description of the problem including expected versus actual behavior:
According to the docs https://www.elastic.co/guide/en/elasticsearch/reference/current/semantic-text.html#semantic-text-params
SemanticTextProperty
should have bothInferenceId
andSearchInferenceId
properties, but it does notelasticsearch-net/src/Elastic.Clients.Elasticsearch/_Generated/Types/Mapping/SemanticTextProperty.g.cs
Lines 30 to 39 in ffe9e46
Expected behavior
Add new property
p.s. @flobernd appreciate if you can do your magic and regenerate the client using the latest spec.
The text was updated successfully, but these errors were encountered: