Skip to content

Commit 1dc3731

Browse files
committed
Temp
1 parent 3fb3f32 commit 1dc3731

File tree

611 files changed

+11725
-13895
lines changed

Some content is hidden

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

611 files changed

+11725
-13895
lines changed

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

Lines changed: 92 additions & 92 deletions
Large diffs are not rendered by default.

src/Elastic.Clients.Elasticsearch/_Generated/Api/Cluster/ClusterInfoRequest.g.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ public Elastic.Clients.Elasticsearch.Cluster.ClusterInfoRequestDescriptor Target
143143
/// </summary>
144144
public Elastic.Clients.Elasticsearch.Cluster.ClusterInfoRequestDescriptor Target()
145145
{
146-
Instance.Target = Elastic.Clients.Elasticsearch.Fluent.ICollectionOfClusterInfoTargetBuilder.Build(null);
146+
Instance.Target = Elastic.Clients.Elasticsearch.Fluent.FluentICollectionOfClusterInfoTarget.Build(null);
147147
return this;
148148
}
149149

@@ -152,9 +152,9 @@ public Elastic.Clients.Elasticsearch.Cluster.ClusterInfoRequestDescriptor Target
152152
/// Limits the information returned to the specific target. Supports a comma-separated list, such as http,ingest.
153153
/// </para>
154154
/// </summary>
155-
public Elastic.Clients.Elasticsearch.Cluster.ClusterInfoRequestDescriptor Target(System.Action<Elastic.Clients.Elasticsearch.Fluent.ICollectionOfClusterInfoTargetBuilder> action)
155+
public Elastic.Clients.Elasticsearch.Cluster.ClusterInfoRequestDescriptor Target(System.Action<Elastic.Clients.Elasticsearch.Fluent.FluentICollectionOfClusterInfoTarget> action)
156156
{
157-
Instance.Target = Elastic.Clients.Elasticsearch.Fluent.ICollectionOfClusterInfoTargetBuilder.Build(action);
157+
Instance.Target = Elastic.Clients.Elasticsearch.Fluent.FluentICollectionOfClusterInfoTarget.Build(action);
158158
return this;
159159
}
160160

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ public Elastic.Clients.Elasticsearch.Cluster.HealthRequestDescriptor ExpandWildc
331331
/// </summary>
332332
public Elastic.Clients.Elasticsearch.Cluster.HealthRequestDescriptor ExpandWildcards()
333333
{
334-
Instance.ExpandWildcards = Elastic.Clients.Elasticsearch.Fluent.ICollectionOfExpandWildcardBuilder.Build(null);
334+
Instance.ExpandWildcards = Elastic.Clients.Elasticsearch.Fluent.FluentICollectionOfExpandWildcard.Build(null);
335335
return this;
336336
}
337337

@@ -340,9 +340,9 @@ public Elastic.Clients.Elasticsearch.Cluster.HealthRequestDescriptor ExpandWildc
340340
/// Whether to expand wildcard expression to concrete indices that are open, closed or both.
341341
/// </para>
342342
/// </summary>
343-
public Elastic.Clients.Elasticsearch.Cluster.HealthRequestDescriptor ExpandWildcards(System.Action<Elastic.Clients.Elasticsearch.Fluent.ICollectionOfExpandWildcardBuilder> action)
343+
public Elastic.Clients.Elasticsearch.Cluster.HealthRequestDescriptor ExpandWildcards(System.Action<Elastic.Clients.Elasticsearch.Fluent.FluentICollectionOfExpandWildcard> action)
344344
{
345-
Instance.ExpandWildcards = Elastic.Clients.Elasticsearch.Fluent.ICollectionOfExpandWildcardBuilder.Build(action);
345+
Instance.ExpandWildcards = Elastic.Clients.Elasticsearch.Fluent.FluentICollectionOfExpandWildcard.Build(action);
346346
return this;
347347
}
348348

src/Elastic.Clients.Elasticsearch/_Generated/Api/Cluster/PutComponentTemplateRequest.g.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ public Elastic.Clients.Elasticsearch.Cluster.PutComponentTemplateRequestDescript
361361
/// </summary>
362362
public Elastic.Clients.Elasticsearch.Cluster.PutComponentTemplateRequestDescriptor Meta()
363363
{
364-
Instance.Meta = Elastic.Clients.Elasticsearch.Fluent.IDictionaryOfStringObjectBuilder.Build(null);
364+
Instance.Meta = Elastic.Clients.Elasticsearch.Fluent.FluentIDictionaryOfStringObject.Build(null);
365365
return this;
366366
}
367367

@@ -373,9 +373,9 @@ public Elastic.Clients.Elasticsearch.Cluster.PutComponentTemplateRequestDescript
373373
/// To unset <c>_meta</c>, replace the template without specifying this information.
374374
/// </para>
375375
/// </summary>
376-
public Elastic.Clients.Elasticsearch.Cluster.PutComponentTemplateRequestDescriptor Meta(System.Action<Elastic.Clients.Elasticsearch.Fluent.IDictionaryOfStringObjectBuilder> action)
376+
public Elastic.Clients.Elasticsearch.Cluster.PutComponentTemplateRequestDescriptor Meta(System.Action<Elastic.Clients.Elasticsearch.Fluent.FluentIDictionaryOfStringObject> action)
377377
{
378-
Instance.Meta = Elastic.Clients.Elasticsearch.Fluent.IDictionaryOfStringObjectBuilder.Build(action);
378+
Instance.Meta = Elastic.Clients.Elasticsearch.Fluent.FluentIDictionaryOfStringObject.Build(action);
379379
return this;
380380
}
381381

@@ -575,7 +575,7 @@ public Elastic.Clients.Elasticsearch.Cluster.PutComponentTemplateRequestDescript
575575
/// </summary>
576576
public Elastic.Clients.Elasticsearch.Cluster.PutComponentTemplateRequestDescriptor<TDocument> Meta()
577577
{
578-
Instance.Meta = Elastic.Clients.Elasticsearch.Fluent.IDictionaryOfStringObjectBuilder.Build(null);
578+
Instance.Meta = Elastic.Clients.Elasticsearch.Fluent.FluentIDictionaryOfStringObject.Build(null);
579579
return this;
580580
}
581581

@@ -587,9 +587,9 @@ public Elastic.Clients.Elasticsearch.Cluster.PutComponentTemplateRequestDescript
587587
/// To unset <c>_meta</c>, replace the template without specifying this information.
588588
/// </para>
589589
/// </summary>
590-
public Elastic.Clients.Elasticsearch.Cluster.PutComponentTemplateRequestDescriptor<TDocument> Meta(System.Action<Elastic.Clients.Elasticsearch.Fluent.IDictionaryOfStringObjectBuilder> action)
590+
public Elastic.Clients.Elasticsearch.Cluster.PutComponentTemplateRequestDescriptor<TDocument> Meta(System.Action<Elastic.Clients.Elasticsearch.Fluent.FluentIDictionaryOfStringObject> action)
591591
{
592-
Instance.Meta = Elastic.Clients.Elasticsearch.Fluent.IDictionaryOfStringObjectBuilder.Build(action);
592+
Instance.Meta = Elastic.Clients.Elasticsearch.Fluent.FluentIDictionaryOfStringObject.Build(action);
593593
return this;
594594
}
595595

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ public Elastic.Clients.Elasticsearch.CountRequestDescriptor ExpandWildcards(Syst
482482
/// </summary>
483483
public Elastic.Clients.Elasticsearch.CountRequestDescriptor ExpandWildcards()
484484
{
485-
Instance.ExpandWildcards = Elastic.Clients.Elasticsearch.Fluent.ICollectionOfExpandWildcardBuilder.Build(null);
485+
Instance.ExpandWildcards = Elastic.Clients.Elasticsearch.Fluent.FluentICollectionOfExpandWildcard.Build(null);
486486
return this;
487487
}
488488

@@ -493,9 +493,9 @@ public Elastic.Clients.Elasticsearch.CountRequestDescriptor ExpandWildcards()
493493
/// It supports comma-separated values, such as <c>open,hidden</c>.
494494
/// </para>
495495
/// </summary>
496-
public Elastic.Clients.Elasticsearch.CountRequestDescriptor ExpandWildcards(System.Action<Elastic.Clients.Elasticsearch.Fluent.ICollectionOfExpandWildcardBuilder> action)
496+
public Elastic.Clients.Elasticsearch.CountRequestDescriptor ExpandWildcards(System.Action<Elastic.Clients.Elasticsearch.Fluent.FluentICollectionOfExpandWildcard> action)
497497
{
498-
Instance.ExpandWildcards = Elastic.Clients.Elasticsearch.Fluent.ICollectionOfExpandWildcardBuilder.Build(action);
498+
Instance.ExpandWildcards = Elastic.Clients.Elasticsearch.Fluent.FluentICollectionOfExpandWildcard.Build(action);
499499
return this;
500500
}
501501

@@ -782,7 +782,7 @@ public Elastic.Clients.Elasticsearch.CountRequestDescriptor<TDocument> ExpandWil
782782
/// </summary>
783783
public Elastic.Clients.Elasticsearch.CountRequestDescriptor<TDocument> ExpandWildcards()
784784
{
785-
Instance.ExpandWildcards = Elastic.Clients.Elasticsearch.Fluent.ICollectionOfExpandWildcardBuilder.Build(null);
785+
Instance.ExpandWildcards = Elastic.Clients.Elasticsearch.Fluent.FluentICollectionOfExpandWildcard.Build(null);
786786
return this;
787787
}
788788

@@ -793,9 +793,9 @@ public Elastic.Clients.Elasticsearch.CountRequestDescriptor<TDocument> ExpandWil
793793
/// It supports comma-separated values, such as <c>open,hidden</c>.
794794
/// </para>
795795
/// </summary>
796-
public Elastic.Clients.Elasticsearch.CountRequestDescriptor<TDocument> ExpandWildcards(System.Action<Elastic.Clients.Elasticsearch.Fluent.ICollectionOfExpandWildcardBuilder> action)
796+
public Elastic.Clients.Elasticsearch.CountRequestDescriptor<TDocument> ExpandWildcards(System.Action<Elastic.Clients.Elasticsearch.Fluent.FluentICollectionOfExpandWildcard> action)
797797
{
798-
Instance.ExpandWildcards = Elastic.Clients.Elasticsearch.Fluent.ICollectionOfExpandWildcardBuilder.Build(action);
798+
Instance.ExpandWildcards = Elastic.Clients.Elasticsearch.Fluent.FluentICollectionOfExpandWildcard.Build(action);
799799
return this;
800800
}
801801

src/Elastic.Clients.Elasticsearch/_Generated/Api/CrossClusterReplication/PutAutoFollowPatternRequest.g.cs

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ public Elastic.Clients.Elasticsearch.CrossClusterReplication.PutAutoFollowPatter
452452
/// </summary>
453453
public Elastic.Clients.Elasticsearch.CrossClusterReplication.PutAutoFollowPatternRequestDescriptor LeaderIndexExclusionPatterns()
454454
{
455-
Instance.LeaderIndexExclusionPatterns = Elastic.Clients.Elasticsearch.Fluent.ICollectionOfStringBuilder.Build(null);
455+
Instance.LeaderIndexExclusionPatterns = Elastic.Clients.Elasticsearch.Fluent.FluentICollectionOfString.Build(null);
456456
return this;
457457
}
458458

@@ -461,9 +461,9 @@ public Elastic.Clients.Elasticsearch.CrossClusterReplication.PutAutoFollowPatter
461461
/// An array of simple index patterns that can be used to exclude indices from being auto-followed. Indices in the remote cluster whose names are matching one or more leader_index_patterns and one or more leader_index_exclusion_patterns won’t be followed.
462462
/// </para>
463463
/// </summary>
464-
public Elastic.Clients.Elasticsearch.CrossClusterReplication.PutAutoFollowPatternRequestDescriptor LeaderIndexExclusionPatterns(System.Action<Elastic.Clients.Elasticsearch.Fluent.ICollectionOfStringBuilder> action)
464+
public Elastic.Clients.Elasticsearch.CrossClusterReplication.PutAutoFollowPatternRequestDescriptor LeaderIndexExclusionPatterns(System.Action<Elastic.Clients.Elasticsearch.Fluent.FluentICollectionOfString> action)
465465
{
466-
Instance.LeaderIndexExclusionPatterns = Elastic.Clients.Elasticsearch.Fluent.ICollectionOfStringBuilder.Build(action);
466+
Instance.LeaderIndexExclusionPatterns = Elastic.Clients.Elasticsearch.Fluent.FluentICollectionOfString.Build(action);
467467
return this;
468468
}
469469

@@ -496,7 +496,7 @@ public Elastic.Clients.Elasticsearch.CrossClusterReplication.PutAutoFollowPatter
496496
/// </summary>
497497
public Elastic.Clients.Elasticsearch.CrossClusterReplication.PutAutoFollowPatternRequestDescriptor LeaderIndexPatterns()
498498
{
499-
Instance.LeaderIndexPatterns = Elastic.Clients.Elasticsearch.Fluent.ICollectionOfStringBuilder.Build(null);
499+
Instance.LeaderIndexPatterns = Elastic.Clients.Elasticsearch.Fluent.FluentICollectionOfString.Build(null);
500500
return this;
501501
}
502502

@@ -505,9 +505,9 @@ public Elastic.Clients.Elasticsearch.CrossClusterReplication.PutAutoFollowPatter
505505
/// An array of simple index patterns to match against indices in the remote cluster specified by the remote_cluster field.
506506
/// </para>
507507
/// </summary>
508-
public Elastic.Clients.Elasticsearch.CrossClusterReplication.PutAutoFollowPatternRequestDescriptor LeaderIndexPatterns(System.Action<Elastic.Clients.Elasticsearch.Fluent.ICollectionOfStringBuilder> action)
508+
public Elastic.Clients.Elasticsearch.CrossClusterReplication.PutAutoFollowPatternRequestDescriptor LeaderIndexPatterns(System.Action<Elastic.Clients.Elasticsearch.Fluent.FluentICollectionOfString> action)
509509
{
510-
Instance.LeaderIndexPatterns = Elastic.Clients.Elasticsearch.Fluent.ICollectionOfStringBuilder.Build(action);
510+
Instance.LeaderIndexPatterns = Elastic.Clients.Elasticsearch.Fluent.FluentICollectionOfString.Build(action);
511511
return this;
512512
}
513513

@@ -694,7 +694,7 @@ public Elastic.Clients.Elasticsearch.CrossClusterReplication.PutAutoFollowPatter
694694
/// </summary>
695695
public Elastic.Clients.Elasticsearch.CrossClusterReplication.PutAutoFollowPatternRequestDescriptor Settings()
696696
{
697-
Instance.Settings = Elastic.Clients.Elasticsearch.Fluent.IDictionaryOfStringObjectBuilder.Build(null);
697+
Instance.Settings = Elastic.Clients.Elasticsearch.Fluent.FluentIDictionaryOfStringObject.Build(null);
698698
return this;
699699
}
700700

@@ -703,9 +703,9 @@ public Elastic.Clients.Elasticsearch.CrossClusterReplication.PutAutoFollowPatter
703703
/// Settings to override from the leader index. Note that certain settings can not be overrode (e.g., index.number_of_shards).
704704
/// </para>
705705
/// </summary>
706-
public Elastic.Clients.Elasticsearch.CrossClusterReplication.PutAutoFollowPatternRequestDescriptor Settings(System.Action<Elastic.Clients.Elasticsearch.Fluent.IDictionaryOfStringObjectBuilder> action)
706+
public Elastic.Clients.Elasticsearch.CrossClusterReplication.PutAutoFollowPatternRequestDescriptor Settings(System.Action<Elastic.Clients.Elasticsearch.Fluent.FluentIDictionaryOfStringObject> action)
707707
{
708-
Instance.Settings = Elastic.Clients.Elasticsearch.Fluent.IDictionaryOfStringObjectBuilder.Build(action);
708+
Instance.Settings = Elastic.Clients.Elasticsearch.Fluent.FluentIDictionaryOfStringObject.Build(action);
709709
return this;
710710
}
711711

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

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,7 @@ public Elastic.Clients.Elasticsearch.DeleteByQueryRequestDescriptor ExpandWildca
10181018
/// </summary>
10191019
public Elastic.Clients.Elasticsearch.DeleteByQueryRequestDescriptor ExpandWildcards()
10201020
{
1021-
Instance.ExpandWildcards = Elastic.Clients.Elasticsearch.Fluent.ICollectionOfExpandWildcardBuilder.Build(null);
1021+
Instance.ExpandWildcards = Elastic.Clients.Elasticsearch.Fluent.FluentICollectionOfExpandWildcard.Build(null);
10221022
return this;
10231023
}
10241024

@@ -1029,9 +1029,9 @@ public Elastic.Clients.Elasticsearch.DeleteByQueryRequestDescriptor ExpandWildca
10291029
/// It supports comma-separated values, such as <c>open,hidden</c>.
10301030
/// </para>
10311031
/// </summary>
1032-
public Elastic.Clients.Elasticsearch.DeleteByQueryRequestDescriptor ExpandWildcards(System.Action<Elastic.Clients.Elasticsearch.Fluent.ICollectionOfExpandWildcardBuilder> action)
1032+
public Elastic.Clients.Elasticsearch.DeleteByQueryRequestDescriptor ExpandWildcards(System.Action<Elastic.Clients.Elasticsearch.Fluent.FluentICollectionOfExpandWildcard> action)
10331033
{
1034-
Instance.ExpandWildcards = Elastic.Clients.Elasticsearch.Fluent.ICollectionOfExpandWildcardBuilder.Build(action);
1034+
Instance.ExpandWildcards = Elastic.Clients.Elasticsearch.Fluent.FluentICollectionOfExpandWildcard.Build(action);
10351035
return this;
10361036
}
10371037

@@ -1238,7 +1238,7 @@ public Elastic.Clients.Elasticsearch.DeleteByQueryRequestDescriptor Sort(System.
12381238
/// </summary>
12391239
public Elastic.Clients.Elasticsearch.DeleteByQueryRequestDescriptor Sort()
12401240
{
1241-
Instance.Sort = Elastic.Clients.Elasticsearch.Fluent.ICollectionOfStringBuilder.Build(null);
1241+
Instance.Sort = Elastic.Clients.Elasticsearch.Fluent.FluentICollectionOfString.Build(null);
12421242
return this;
12431243
}
12441244

@@ -1247,9 +1247,9 @@ public Elastic.Clients.Elasticsearch.DeleteByQueryRequestDescriptor Sort()
12471247
/// A comma-separated list of <c>&lt;field>:&lt;direction></c> pairs.
12481248
/// </para>
12491249
/// </summary>
1250-
public Elastic.Clients.Elasticsearch.DeleteByQueryRequestDescriptor Sort(System.Action<Elastic.Clients.Elasticsearch.Fluent.ICollectionOfStringBuilder> action)
1250+
public Elastic.Clients.Elasticsearch.DeleteByQueryRequestDescriptor Sort(System.Action<Elastic.Clients.Elasticsearch.Fluent.FluentICollectionOfString> action)
12511251
{
1252-
Instance.Sort = Elastic.Clients.Elasticsearch.Fluent.ICollectionOfStringBuilder.Build(action);
1252+
Instance.Sort = Elastic.Clients.Elasticsearch.Fluent.FluentICollectionOfString.Build(action);
12531253
return this;
12541254
}
12551255

@@ -1282,7 +1282,7 @@ public Elastic.Clients.Elasticsearch.DeleteByQueryRequestDescriptor Stats(System
12821282
/// </summary>
12831283
public Elastic.Clients.Elasticsearch.DeleteByQueryRequestDescriptor Stats()
12841284
{
1285-
Instance.Stats = Elastic.Clients.Elasticsearch.Fluent.ICollectionOfStringBuilder.Build(null);
1285+
Instance.Stats = Elastic.Clients.Elasticsearch.Fluent.FluentICollectionOfString.Build(null);
12861286
return this;
12871287
}
12881288

@@ -1291,9 +1291,9 @@ public Elastic.Clients.Elasticsearch.DeleteByQueryRequestDescriptor Stats()
12911291
/// The specific <c>tag</c> of the request for logging and statistical purposes.
12921292
/// </para>
12931293
/// </summary>
1294-
public Elastic.Clients.Elasticsearch.DeleteByQueryRequestDescriptor Stats(System.Action<Elastic.Clients.Elasticsearch.Fluent.ICollectionOfStringBuilder> action)
1294+
public Elastic.Clients.Elasticsearch.DeleteByQueryRequestDescriptor Stats(System.Action<Elastic.Clients.Elasticsearch.Fluent.FluentICollectionOfString> action)
12951295
{
1296-
Instance.Stats = Elastic.Clients.Elasticsearch.Fluent.ICollectionOfStringBuilder.Build(action);
1296+
Instance.Stats = Elastic.Clients.Elasticsearch.Fluent.FluentICollectionOfString.Build(action);
12971297
return this;
12981298
}
12991299

@@ -1738,7 +1738,7 @@ public Elastic.Clients.Elasticsearch.DeleteByQueryRequestDescriptor<TDocument> E
17381738
/// </summary>
17391739
public Elastic.Clients.Elasticsearch.DeleteByQueryRequestDescriptor<TDocument> ExpandWildcards()
17401740
{
1741-
Instance.ExpandWildcards = Elastic.Clients.Elasticsearch.Fluent.ICollectionOfExpandWildcardBuilder.Build(null);
1741+
Instance.ExpandWildcards = Elastic.Clients.Elasticsearch.Fluent.FluentICollectionOfExpandWildcard.Build(null);
17421742
return this;
17431743
}
17441744

@@ -1749,9 +1749,9 @@ public Elastic.Clients.Elasticsearch.DeleteByQueryRequestDescriptor<TDocument> E
17491749
/// It supports comma-separated values, such as <c>open,hidden</c>.
17501750
/// </para>
17511751
/// </summary>
1752-
public Elastic.Clients.Elasticsearch.DeleteByQueryRequestDescriptor<TDocument> ExpandWildcards(System.Action<Elastic.Clients.Elasticsearch.Fluent.ICollectionOfExpandWildcardBuilder> action)
1752+
public Elastic.Clients.Elasticsearch.DeleteByQueryRequestDescriptor<TDocument> ExpandWildcards(System.Action<Elastic.Clients.Elasticsearch.Fluent.FluentICollectionOfExpandWildcard> action)
17531753
{
1754-
Instance.ExpandWildcards = Elastic.Clients.Elasticsearch.Fluent.ICollectionOfExpandWildcardBuilder.Build(action);
1754+
Instance.ExpandWildcards = Elastic.Clients.Elasticsearch.Fluent.FluentICollectionOfExpandWildcard.Build(action);
17551755
return this;
17561756
}
17571757

@@ -1958,7 +1958,7 @@ public Elastic.Clients.Elasticsearch.DeleteByQueryRequestDescriptor<TDocument> S
19581958
/// </summary>
19591959
public Elastic.Clients.Elasticsearch.DeleteByQueryRequestDescriptor<TDocument> Sort()
19601960
{
1961-
Instance.Sort = Elastic.Clients.Elasticsearch.Fluent.ICollectionOfStringBuilder.Build(null);
1961+
Instance.Sort = Elastic.Clients.Elasticsearch.Fluent.FluentICollectionOfString.Build(null);
19621962
return this;
19631963
}
19641964

@@ -1967,9 +1967,9 @@ public Elastic.Clients.Elasticsearch.DeleteByQueryRequestDescriptor<TDocument> S
19671967
/// A comma-separated list of <c>&lt;field>:&lt;direction></c> pairs.
19681968
/// </para>
19691969
/// </summary>
1970-
public Elastic.Clients.Elasticsearch.DeleteByQueryRequestDescriptor<TDocument> Sort(System.Action<Elastic.Clients.Elasticsearch.Fluent.ICollectionOfStringBuilder> action)
1970+
public Elastic.Clients.Elasticsearch.DeleteByQueryRequestDescriptor<TDocument> Sort(System.Action<Elastic.Clients.Elasticsearch.Fluent.FluentICollectionOfString> action)
19711971
{
1972-
Instance.Sort = Elastic.Clients.Elasticsearch.Fluent.ICollectionOfStringBuilder.Build(action);
1972+
Instance.Sort = Elastic.Clients.Elasticsearch.Fluent.FluentICollectionOfString.Build(action);
19731973
return this;
19741974
}
19751975

@@ -2002,7 +2002,7 @@ public Elastic.Clients.Elasticsearch.DeleteByQueryRequestDescriptor<TDocument> S
20022002
/// </summary>
20032003
public Elastic.Clients.Elasticsearch.DeleteByQueryRequestDescriptor<TDocument> Stats()
20042004
{
2005-
Instance.Stats = Elastic.Clients.Elasticsearch.Fluent.ICollectionOfStringBuilder.Build(null);
2005+
Instance.Stats = Elastic.Clients.Elasticsearch.Fluent.FluentICollectionOfString.Build(null);
20062006
return this;
20072007
}
20082008

@@ -2011,9 +2011,9 @@ public Elastic.Clients.Elasticsearch.DeleteByQueryRequestDescriptor<TDocument> S
20112011
/// The specific <c>tag</c> of the request for logging and statistical purposes.
20122012
/// </para>
20132013
/// </summary>
2014-
public Elastic.Clients.Elasticsearch.DeleteByQueryRequestDescriptor<TDocument> Stats(System.Action<Elastic.Clients.Elasticsearch.Fluent.ICollectionOfStringBuilder> action)
2014+
public Elastic.Clients.Elasticsearch.DeleteByQueryRequestDescriptor<TDocument> Stats(System.Action<Elastic.Clients.Elasticsearch.Fluent.FluentICollectionOfString> action)
20152015
{
2016-
Instance.Stats = Elastic.Clients.Elasticsearch.Fluent.ICollectionOfStringBuilder.Build(action);
2016+
Instance.Stats = Elastic.Clients.Elasticsearch.Fluent.FluentICollectionOfString.Build(action);
20172017
return this;
20182018
}
20192019

0 commit comments

Comments
 (0)