Skip to content

Commit 6f1a8a0

Browse files
committed
Regenerate client
1 parent 2f0a240 commit 6f1a8a0

29 files changed

+213
-484
lines changed

src/Elastic.Clients.Elasticsearch/_Generated/Api/GetRequest.g.cs

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public sealed partial class GetRequestParameters : Elastic.Transport.RequestPara
2828
/// <summary>
2929
/// <para>
3030
/// Indicates whether the request forces synthetic <c>_source</c>.
31-
/// Use this paramater to test if the mapping supports synthetic <c>_source</c> and to get a sense of the worst case performance.
31+
/// Use this parameter to test if the mapping supports synthetic <c>_source</c> and to get a sense of the worst case performance.
3232
/// Fetches with this parameter enabled will be slower than enabling synthetic source natively in the index.
3333
/// </para>
3434
/// </summary>
@@ -101,8 +101,8 @@ public sealed partial class GetRequestParameters : Elastic.Transport.RequestPara
101101
/// A comma-separated list of stored fields to return as part of a hit.
102102
/// If no fields are specified, no stored fields are included in the response.
103103
/// If this field is specified, the <c>_source</c> parameter defaults to <c>false</c>.
104-
/// Only leaf fields can be retrieved with the <c>stored_field</c> option.
105-
/// Object fields can't be returned;if specified, the request fails.
104+
/// Only leaf fields can be retrieved with the <c>stored_fields</c> option.
105+
/// Object fields can't be returned; if specified, the request fails.
106106
/// </para>
107107
/// </summary>
108108
public Elastic.Clients.Elasticsearch.Fields? StoredFields { get => Q<Elastic.Clients.Elasticsearch.Fields?>("stored_fields"); set => Q("stored_fields", value); }
@@ -275,7 +275,7 @@ internal GetRequest(Elastic.Clients.Elasticsearch.Serialization.JsonConstructorS
275275
/// <summary>
276276
/// <para>
277277
/// Indicates whether the request forces synthetic <c>_source</c>.
278-
/// Use this paramater to test if the mapping supports synthetic <c>_source</c> and to get a sense of the worst case performance.
278+
/// Use this parameter to test if the mapping supports synthetic <c>_source</c> and to get a sense of the worst case performance.
279279
/// Fetches with this parameter enabled will be slower than enabling synthetic source natively in the index.
280280
/// </para>
281281
/// </summary>
@@ -348,8 +348,8 @@ internal GetRequest(Elastic.Clients.Elasticsearch.Serialization.JsonConstructorS
348348
/// A comma-separated list of stored fields to return as part of a hit.
349349
/// If no fields are specified, no stored fields are included in the response.
350350
/// If this field is specified, the <c>_source</c> parameter defaults to <c>false</c>.
351-
/// Only leaf fields can be retrieved with the <c>stored_field</c> option.
352-
/// Object fields can't be returned;if specified, the request fails.
351+
/// Only leaf fields can be retrieved with the <c>stored_fields</c> option.
352+
/// Object fields can't be returned; if specified, the request fails.
353353
/// </para>
354354
/// </summary>
355355
public Elastic.Clients.Elasticsearch.Fields? StoredFields { get => Q<Elastic.Clients.Elasticsearch.Fields?>("stored_fields"); set => Q("stored_fields", value); }
@@ -491,7 +491,7 @@ public Elastic.Clients.Elasticsearch.GetRequestDescriptor Index(Elastic.Clients.
491491
/// <summary>
492492
/// <para>
493493
/// Indicates whether the request forces synthetic <c>_source</c>.
494-
/// Use this paramater to test if the mapping supports synthetic <c>_source</c> and to get a sense of the worst case performance.
494+
/// Use this parameter to test if the mapping supports synthetic <c>_source</c> and to get a sense of the worst case performance.
495495
/// Fetches with this parameter enabled will be slower than enabling synthetic source natively in the index.
496496
/// </para>
497497
/// </summary>
@@ -645,8 +645,8 @@ public Elastic.Clients.Elasticsearch.GetRequestDescriptor SourceIncludes<T>(para
645645
/// A comma-separated list of stored fields to return as part of a hit.
646646
/// If no fields are specified, no stored fields are included in the response.
647647
/// If this field is specified, the <c>_source</c> parameter defaults to <c>false</c>.
648-
/// Only leaf fields can be retrieved with the <c>stored_field</c> option.
649-
/// Object fields can't be returned;if specified, the request fails.
648+
/// Only leaf fields can be retrieved with the <c>stored_fields</c> option.
649+
/// Object fields can't be returned; if specified, the request fails.
650650
/// </para>
651651
/// </summary>
652652
public Elastic.Clients.Elasticsearch.GetRequestDescriptor StoredFields(Elastic.Clients.Elasticsearch.Fields? value)
@@ -660,8 +660,8 @@ public Elastic.Clients.Elasticsearch.GetRequestDescriptor StoredFields(Elastic.C
660660
/// A comma-separated list of stored fields to return as part of a hit.
661661
/// If no fields are specified, no stored fields are included in the response.
662662
/// If this field is specified, the <c>_source</c> parameter defaults to <c>false</c>.
663-
/// Only leaf fields can be retrieved with the <c>stored_field</c> option.
664-
/// Object fields can't be returned;if specified, the request fails.
663+
/// Only leaf fields can be retrieved with the <c>stored_fields</c> option.
664+
/// Object fields can't be returned; if specified, the request fails.
665665
/// </para>
666666
/// </summary>
667667
public Elastic.Clients.Elasticsearch.GetRequestDescriptor StoredFields<T>(params System.Linq.Expressions.Expression<System.Func<T, object?>>[] value)
@@ -885,7 +885,7 @@ public Elastic.Clients.Elasticsearch.GetRequestDescriptor<TDocument> Index(Elast
885885
/// <summary>
886886
/// <para>
887887
/// Indicates whether the request forces synthetic <c>_source</c>.
888-
/// Use this paramater to test if the mapping supports synthetic <c>_source</c> and to get a sense of the worst case performance.
888+
/// Use this parameter to test if the mapping supports synthetic <c>_source</c> and to get a sense of the worst case performance.
889889
/// Fetches with this parameter enabled will be slower than enabling synthetic source natively in the index.
890890
/// </para>
891891
/// </summary>
@@ -1028,8 +1028,8 @@ public Elastic.Clients.Elasticsearch.GetRequestDescriptor<TDocument> SourceInclu
10281028
/// A comma-separated list of stored fields to return as part of a hit.
10291029
/// If no fields are specified, no stored fields are included in the response.
10301030
/// If this field is specified, the <c>_source</c> parameter defaults to <c>false</c>.
1031-
/// Only leaf fields can be retrieved with the <c>stored_field</c> option.
1032-
/// Object fields can't be returned;if specified, the request fails.
1031+
/// Only leaf fields can be retrieved with the <c>stored_fields</c> option.
1032+
/// Object fields can't be returned; if specified, the request fails.
10331033
/// </para>
10341034
/// </summary>
10351035
public Elastic.Clients.Elasticsearch.GetRequestDescriptor<TDocument> StoredFields(Elastic.Clients.Elasticsearch.Fields? value)
@@ -1043,8 +1043,8 @@ public Elastic.Clients.Elasticsearch.GetRequestDescriptor<TDocument> StoredField
10431043
/// A comma-separated list of stored fields to return as part of a hit.
10441044
/// If no fields are specified, no stored fields are included in the response.
10451045
/// If this field is specified, the <c>_source</c> parameter defaults to <c>false</c>.
1046-
/// Only leaf fields can be retrieved with the <c>stored_field</c> option.
1047-
/// Object fields can't be returned;if specified, the request fails.
1046+
/// Only leaf fields can be retrieved with the <c>stored_fields</c> option.
1047+
/// Object fields can't be returned; if specified, the request fails.
10481048
/// </para>
10491049
/// </summary>
10501050
public Elastic.Clients.Elasticsearch.GetRequestDescriptor<TDocument> StoredFields(params System.Linq.Expressions.Expression<System.Func<TDocument, object?>>[] value)

src/Elastic.Clients.Elasticsearch/_Generated/Api/IndexManagement/ClearCacheRequest.g.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ public sealed partial class ClearCacheRequestParameters : Elastic.Transport.Requ
3838
/// Type of index that wildcard patterns can match.
3939
/// If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.
4040
/// Supports comma-separated values, such as <c>open,hidden</c>.
41-
/// Valid values are: <c>all</c>, <c>open</c>, <c>closed</c>, <c>hidden</c>, <c>none</c>.
4241
/// </para>
4342
/// </summary>
4443
public System.Collections.Generic.ICollection<Elastic.Clients.Elasticsearch.ExpandWildcard>? ExpandWildcards { get => Q<System.Collections.Generic.ICollection<Elastic.Clients.Elasticsearch.ExpandWildcard>?>("expand_wildcards"); set => Q("expand_wildcards", value); }
@@ -173,7 +172,6 @@ internal ClearCacheRequest(Elastic.Clients.Elasticsearch.Serialization.JsonConst
173172
/// Type of index that wildcard patterns can match.
174173
/// If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.
175174
/// Supports comma-separated values, such as <c>open,hidden</c>.
176-
/// Valid values are: <c>all</c>, <c>open</c>, <c>closed</c>, <c>hidden</c>, <c>none</c>.
177175
/// </para>
178176
/// </summary>
179177
public System.Collections.Generic.ICollection<Elastic.Clients.Elasticsearch.ExpandWildcard>? ExpandWildcards { get => Q<System.Collections.Generic.ICollection<Elastic.Clients.Elasticsearch.ExpandWildcard>?>("expand_wildcards"); set => Q("expand_wildcards", value); }
@@ -280,7 +278,6 @@ public Elastic.Clients.Elasticsearch.IndexManagement.ClearCacheRequestDescriptor
280278
/// Type of index that wildcard patterns can match.
281279
/// If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.
282280
/// Supports comma-separated values, such as <c>open,hidden</c>.
283-
/// Valid values are: <c>all</c>, <c>open</c>, <c>closed</c>, <c>hidden</c>, <c>none</c>.
284281
/// </para>
285282
/// </summary>
286283
public Elastic.Clients.Elasticsearch.IndexManagement.ClearCacheRequestDescriptor ExpandWildcards(System.Collections.Generic.ICollection<Elastic.Clients.Elasticsearch.ExpandWildcard>? value)
@@ -294,7 +291,6 @@ public Elastic.Clients.Elasticsearch.IndexManagement.ClearCacheRequestDescriptor
294291
/// Type of index that wildcard patterns can match.
295292
/// If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.
296293
/// Supports comma-separated values, such as <c>open,hidden</c>.
297-
/// Valid values are: <c>all</c>, <c>open</c>, <c>closed</c>, <c>hidden</c>, <c>none</c>.
298294
/// </para>
299295
/// </summary>
300296
public Elastic.Clients.Elasticsearch.IndexManagement.ClearCacheRequestDescriptor ExpandWildcards(params Elastic.Clients.Elasticsearch.ExpandWildcard[] values)
@@ -491,7 +487,6 @@ public Elastic.Clients.Elasticsearch.IndexManagement.ClearCacheRequestDescriptor
491487
/// Type of index that wildcard patterns can match.
492488
/// If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.
493489
/// Supports comma-separated values, such as <c>open,hidden</c>.
494-
/// Valid values are: <c>all</c>, <c>open</c>, <c>closed</c>, <c>hidden</c>, <c>none</c>.
495490
/// </para>
496491
/// </summary>
497492
public Elastic.Clients.Elasticsearch.IndexManagement.ClearCacheRequestDescriptor<TDocument> ExpandWildcards(System.Collections.Generic.ICollection<Elastic.Clients.Elasticsearch.ExpandWildcard>? value)
@@ -505,7 +500,6 @@ public Elastic.Clients.Elasticsearch.IndexManagement.ClearCacheRequestDescriptor
505500
/// Type of index that wildcard patterns can match.
506501
/// If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.
507502
/// Supports comma-separated values, such as <c>open,hidden</c>.
508-
/// Valid values are: <c>all</c>, <c>open</c>, <c>closed</c>, <c>hidden</c>, <c>none</c>.
509503
/// </para>
510504
/// </summary>
511505
public Elastic.Clients.Elasticsearch.IndexManagement.ClearCacheRequestDescriptor<TDocument> ExpandWildcards(params Elastic.Clients.Elasticsearch.ExpandWildcard[] values)

src/Elastic.Clients.Elasticsearch/_Generated/Api/IndexManagement/CloseIndexRequest.g.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ public sealed partial class CloseIndexRequestParameters : Elastic.Transport.Requ
3838
/// Type of index that wildcard patterns can match.
3939
/// If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.
4040
/// Supports comma-separated values, such as <c>open,hidden</c>.
41-
/// Valid values are: <c>all</c>, <c>open</c>, <c>closed</c>, <c>hidden</c>, <c>none</c>.
4241
/// </para>
4342
/// </summary>
4443
public System.Collections.Generic.ICollection<Elastic.Clients.Elasticsearch.ExpandWildcard>? ExpandWildcards { get => Q<System.Collections.Generic.ICollection<Elastic.Clients.Elasticsearch.ExpandWildcard>?>("expand_wildcards"); set => Q("expand_wildcards", value); }
@@ -180,7 +179,6 @@ internal CloseIndexRequest(Elastic.Clients.Elasticsearch.Serialization.JsonConst
180179
/// Type of index that wildcard patterns can match.
181180
/// If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.
182181
/// Supports comma-separated values, such as <c>open,hidden</c>.
183-
/// Valid values are: <c>all</c>, <c>open</c>, <c>closed</c>, <c>hidden</c>, <c>none</c>.
184182
/// </para>
185183
/// </summary>
186184
public System.Collections.Generic.ICollection<Elastic.Clients.Elasticsearch.ExpandWildcard>? ExpandWildcards { get => Q<System.Collections.Generic.ICollection<Elastic.Clients.Elasticsearch.ExpandWildcard>?>("expand_wildcards"); set => Q("expand_wildcards", value); }
@@ -295,7 +293,6 @@ public Elastic.Clients.Elasticsearch.IndexManagement.CloseIndexRequestDescriptor
295293
/// Type of index that wildcard patterns can match.
296294
/// If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.
297295
/// Supports comma-separated values, such as <c>open,hidden</c>.
298-
/// Valid values are: <c>all</c>, <c>open</c>, <c>closed</c>, <c>hidden</c>, <c>none</c>.
299296
/// </para>
300297
/// </summary>
301298
public Elastic.Clients.Elasticsearch.IndexManagement.CloseIndexRequestDescriptor ExpandWildcards(System.Collections.Generic.ICollection<Elastic.Clients.Elasticsearch.ExpandWildcard>? value)
@@ -309,7 +306,6 @@ public Elastic.Clients.Elasticsearch.IndexManagement.CloseIndexRequestDescriptor
309306
/// Type of index that wildcard patterns can match.
310307
/// If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.
311308
/// Supports comma-separated values, such as <c>open,hidden</c>.
312-
/// Valid values are: <c>all</c>, <c>open</c>, <c>closed</c>, <c>hidden</c>, <c>none</c>.
313309
/// </para>
314310
/// </summary>
315311
public Elastic.Clients.Elasticsearch.IndexManagement.CloseIndexRequestDescriptor ExpandWildcards(params Elastic.Clients.Elasticsearch.ExpandWildcard[] values)
@@ -493,7 +489,6 @@ public Elastic.Clients.Elasticsearch.IndexManagement.CloseIndexRequestDescriptor
493489
/// Type of index that wildcard patterns can match.
494490
/// If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.
495491
/// Supports comma-separated values, such as <c>open,hidden</c>.
496-
/// Valid values are: <c>all</c>, <c>open</c>, <c>closed</c>, <c>hidden</c>, <c>none</c>.
497492
/// </para>
498493
/// </summary>
499494
public Elastic.Clients.Elasticsearch.IndexManagement.CloseIndexRequestDescriptor<TDocument> ExpandWildcards(System.Collections.Generic.ICollection<Elastic.Clients.Elasticsearch.ExpandWildcard>? value)
@@ -507,7 +502,6 @@ public Elastic.Clients.Elasticsearch.IndexManagement.CloseIndexRequestDescriptor
507502
/// Type of index that wildcard patterns can match.
508503
/// If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.
509504
/// Supports comma-separated values, such as <c>open,hidden</c>.
510-
/// Valid values are: <c>all</c>, <c>open</c>, <c>closed</c>, <c>hidden</c>, <c>none</c>.
511505
/// </para>
512506
/// </summary>
513507
public Elastic.Clients.Elasticsearch.IndexManagement.CloseIndexRequestDescriptor<TDocument> ExpandWildcards(params Elastic.Clients.Elasticsearch.ExpandWildcard[] values)

src/Elastic.Clients.Elasticsearch/_Generated/Api/IndexManagement/DeleteIndexRequest.g.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ public sealed partial class DeleteIndexRequestParameters : Elastic.Transport.Req
3838
/// Type of index that wildcard patterns can match.
3939
/// If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.
4040
/// Supports comma-separated values, such as <c>open,hidden</c>.
41-
/// Valid values are: <c>all</c>, <c>open</c>, <c>closed</c>, <c>hidden</c>, <c>none</c>.
4241
/// </para>
4342
/// </summary>
4443
public System.Collections.Generic.ICollection<Elastic.Clients.Elasticsearch.ExpandWildcard>? ExpandWildcards { get => Q<System.Collections.Generic.ICollection<Elastic.Clients.Elasticsearch.ExpandWildcard>?>("expand_wildcards"); set => Q("expand_wildcards", value); }
@@ -161,7 +160,6 @@ internal DeleteIndexRequest(Elastic.Clients.Elasticsearch.Serialization.JsonCons
161160
/// Type of index that wildcard patterns can match.
162161
/// If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.
163162
/// Supports comma-separated values, such as <c>open,hidden</c>.
164-
/// Valid values are: <c>all</c>, <c>open</c>, <c>closed</c>, <c>hidden</c>, <c>none</c>.
165163
/// </para>
166164
/// </summary>
167165
public System.Collections.Generic.ICollection<Elastic.Clients.Elasticsearch.ExpandWildcard>? ExpandWildcards { get => Q<System.Collections.Generic.ICollection<Elastic.Clients.Elasticsearch.ExpandWildcard>?>("expand_wildcards"); set => Q("expand_wildcards", value); }
@@ -257,7 +255,6 @@ public Elastic.Clients.Elasticsearch.IndexManagement.DeleteIndexRequestDescripto
257255
/// Type of index that wildcard patterns can match.
258256
/// If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.
259257
/// Supports comma-separated values, such as <c>open,hidden</c>.
260-
/// Valid values are: <c>all</c>, <c>open</c>, <c>closed</c>, <c>hidden</c>, <c>none</c>.
261258
/// </para>
262259
/// </summary>
263260
public Elastic.Clients.Elasticsearch.IndexManagement.DeleteIndexRequestDescriptor ExpandWildcards(System.Collections.Generic.ICollection<Elastic.Clients.Elasticsearch.ExpandWildcard>? value)
@@ -271,7 +268,6 @@ public Elastic.Clients.Elasticsearch.IndexManagement.DeleteIndexRequestDescripto
271268
/// Type of index that wildcard patterns can match.
272269
/// If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.
273270
/// Supports comma-separated values, such as <c>open,hidden</c>.
274-
/// Valid values are: <c>all</c>, <c>open</c>, <c>closed</c>, <c>hidden</c>, <c>none</c>.
275271
/// </para>
276272
/// </summary>
277273
public Elastic.Clients.Elasticsearch.IndexManagement.DeleteIndexRequestDescriptor ExpandWildcards(params Elastic.Clients.Elasticsearch.ExpandWildcard[] values)
@@ -432,7 +428,6 @@ public Elastic.Clients.Elasticsearch.IndexManagement.DeleteIndexRequestDescripto
432428
/// Type of index that wildcard patterns can match.
433429
/// If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.
434430
/// Supports comma-separated values, such as <c>open,hidden</c>.
435-
/// Valid values are: <c>all</c>, <c>open</c>, <c>closed</c>, <c>hidden</c>, <c>none</c>.
436431
/// </para>
437432
/// </summary>
438433
public Elastic.Clients.Elasticsearch.IndexManagement.DeleteIndexRequestDescriptor<TDocument> ExpandWildcards(System.Collections.Generic.ICollection<Elastic.Clients.Elasticsearch.ExpandWildcard>? value)
@@ -446,7 +441,6 @@ public Elastic.Clients.Elasticsearch.IndexManagement.DeleteIndexRequestDescripto
446441
/// Type of index that wildcard patterns can match.
447442
/// If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.
448443
/// Supports comma-separated values, such as <c>open,hidden</c>.
449-
/// Valid values are: <c>all</c>, <c>open</c>, <c>closed</c>, <c>hidden</c>, <c>none</c>.
450444
/// </para>
451445
/// </summary>
452446
public Elastic.Clients.Elasticsearch.IndexManagement.DeleteIndexRequestDescriptor<TDocument> ExpandWildcards(params Elastic.Clients.Elasticsearch.ExpandWildcard[] values)

0 commit comments

Comments
 (0)