@@ -546,7 +546,7 @@ public SubmitAsyncSearchRequest(Elastic.Clients.Elasticsearch.Indices? indices)
546
546
}
547
547
548
548
internal override ApiUrls ApiUrls => ApiUrlsLookups . AsyncSearchSubmit ;
549
- internal override HttpMethod HttpMethod => HttpMethod . POST ;
549
+ protected override HttpMethod StaticHttpMethod => HttpMethod . POST ;
550
550
internal override bool SupportsBody => true ;
551
551
[ JsonIgnore ]
552
552
public Elastic . Clients . Elasticsearch . Duration ? WaitForCompletionTimeout { get => Q < Elastic . Clients . Elasticsearch . Duration ? > ( "wait_for_completion_timeout" ) ; set => Q ( "wait_for_completion_timeout" , value ) ; }
@@ -782,7 +782,7 @@ public SubmitAsyncSearchRequestDescriptor()
782
782
}
783
783
784
784
internal override ApiUrls ApiUrls => ApiUrlsLookups . AsyncSearchSubmit ;
785
- internal override HttpMethod HttpMethod => HttpMethod . POST ;
785
+ protected override HttpMethod StaticHttpMethod => HttpMethod . POST ;
786
786
internal override bool SupportsBody => true ;
787
787
public SubmitAsyncSearchRequestDescriptor < TDocument > SourceExcludes ( Elastic . Clients . Elasticsearch . Fields ? sourceExcludes ) => Qs ( "_source_excludes" , sourceExcludes ) ;
788
788
public SubmitAsyncSearchRequestDescriptor < TDocument > SourceIncludes ( Elastic . Clients . Elasticsearch . Fields ? sourceIncludes ) => Qs ( "_source_includes" , sourceIncludes ) ;
@@ -1815,7 +1815,7 @@ public SubmitAsyncSearchRequestDescriptor()
1815
1815
}
1816
1816
1817
1817
internal override ApiUrls ApiUrls => ApiUrlsLookups . AsyncSearchSubmit ;
1818
- internal override HttpMethod HttpMethod => HttpMethod . POST ;
1818
+ protected override HttpMethod StaticHttpMethod => HttpMethod . POST ;
1819
1819
internal override bool SupportsBody => true ;
1820
1820
public SubmitAsyncSearchRequestDescriptor SourceExcludes ( Elastic . Clients . Elasticsearch . Fields ? sourceExcludes ) => Qs ( "_source_excludes" , sourceExcludes ) ;
1821
1821
public SubmitAsyncSearchRequestDescriptor SourceIncludes ( Elastic . Clients . Elasticsearch . Fields ? sourceIncludes ) => Qs ( "_source_includes" , sourceIncludes ) ;
0 commit comments