@@ -28,7 +28,7 @@ public sealed partial class GetRequestParameters : Elastic.Transport.RequestPara
28
28
/// <summary>
29
29
/// <para>
30
30
/// 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.
32
32
/// Fetches with this parameter enabled will be slower than enabling synthetic source natively in the index.
33
33
/// </para>
34
34
/// </summary>
@@ -101,8 +101,8 @@ public sealed partial class GetRequestParameters : Elastic.Transport.RequestPara
101
101
/// A comma-separated list of stored fields to return as part of a hit.
102
102
/// If no fields are specified, no stored fields are included in the response.
103
103
/// 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.
106
106
/// </para>
107
107
/// </summary>
108
108
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
275
275
/// <summary>
276
276
/// <para>
277
277
/// 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.
279
279
/// Fetches with this parameter enabled will be slower than enabling synthetic source natively in the index.
280
280
/// </para>
281
281
/// </summary>
@@ -348,8 +348,8 @@ internal GetRequest(Elastic.Clients.Elasticsearch.Serialization.JsonConstructorS
348
348
/// A comma-separated list of stored fields to return as part of a hit.
349
349
/// If no fields are specified, no stored fields are included in the response.
350
350
/// 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.
353
353
/// </para>
354
354
/// </summary>
355
355
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.
491
491
/// <summary>
492
492
/// <para>
493
493
/// 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.
495
495
/// Fetches with this parameter enabled will be slower than enabling synthetic source natively in the index.
496
496
/// </para>
497
497
/// </summary>
@@ -645,8 +645,8 @@ public Elastic.Clients.Elasticsearch.GetRequestDescriptor SourceIncludes<T>(para
645
645
/// A comma-separated list of stored fields to return as part of a hit.
646
646
/// If no fields are specified, no stored fields are included in the response.
647
647
/// 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.
650
650
/// </para>
651
651
/// </summary>
652
652
public Elastic . Clients . Elasticsearch . GetRequestDescriptor StoredFields ( Elastic . Clients . Elasticsearch . Fields ? value )
@@ -660,8 +660,8 @@ public Elastic.Clients.Elasticsearch.GetRequestDescriptor StoredFields(Elastic.C
660
660
/// A comma-separated list of stored fields to return as part of a hit.
661
661
/// If no fields are specified, no stored fields are included in the response.
662
662
/// 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.
665
665
/// </para>
666
666
/// </summary>
667
667
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
885
885
/// <summary>
886
886
/// <para>
887
887
/// 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.
889
889
/// Fetches with this parameter enabled will be slower than enabling synthetic source natively in the index.
890
890
/// </para>
891
891
/// </summary>
@@ -1028,8 +1028,8 @@ public Elastic.Clients.Elasticsearch.GetRequestDescriptor<TDocument> SourceInclu
1028
1028
/// A comma-separated list of stored fields to return as part of a hit.
1029
1029
/// If no fields are specified, no stored fields are included in the response.
1030
1030
/// 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.
1033
1033
/// </para>
1034
1034
/// </summary>
1035
1035
public Elastic . Clients . Elasticsearch . GetRequestDescriptor < TDocument > StoredFields ( Elastic . Clients . Elasticsearch . Fields ? value )
@@ -1043,8 +1043,8 @@ public Elastic.Clients.Elasticsearch.GetRequestDescriptor<TDocument> StoredField
1043
1043
/// A comma-separated list of stored fields to return as part of a hit.
1044
1044
/// If no fields are specified, no stored fields are included in the response.
1045
1045
/// 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.
1048
1048
/// </para>
1049
1049
/// </summary>
1050
1050
public Elastic . Clients . Elasticsearch . GetRequestDescriptor < TDocument > StoredFields ( params System . Linq . Expressions . Expression < System . Func < TDocument , object ? > > [ ] value )
0 commit comments