@@ -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 )
0 commit comments