Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit df8f67a

Browse files
floberndgithub-actions[bot]
authored andcommittedMay 2, 2024·
Fix MultiSearch functionality (#8176)
- Implement `IStreamSerializable` for array request descriptors - Do not automatically infer index for optional `Indices` parameters
1 parent 01b0bfe commit df8f67a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+225
-286
lines changed
 

‎src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/AsyncSearch/SubmitAsyncSearchRequest.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -958,7 +958,7 @@ public SubmitAsyncSearchRequestDescriptor(Elastic.Clients.Elasticsearch.Serverle
958958
{
959959
}
960960

961-
public SubmitAsyncSearchRequestDescriptor() : this(typeof(TDocument))
961+
public SubmitAsyncSearchRequestDescriptor()
962962
{
963963
}
964964

‎src/Elastic.Clients.Elasticsearch.Serverless/_Generated/Api/Cluster/HealthRequest.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ public HealthRequestDescriptor(Elastic.Clients.Elasticsearch.Serverless.Indices?
186186
{
187187
}
188188

189-
public HealthRequestDescriptor() : this(typeof(TDocument))
189+
public HealthRequestDescriptor()
190190
{
191191
}
192192

0 commit comments

Comments
 (0)
Please sign in to comment.