@@ -1018,7 +1018,7 @@ public Elastic.Clients.Elasticsearch.DeleteByQueryRequestDescriptor ExpandWildca
1018
1018
/// </summary>
1019
1019
public Elastic . Clients . Elasticsearch . DeleteByQueryRequestDescriptor ExpandWildcards ( )
1020
1020
{
1021
- Instance . ExpandWildcards = Elastic . Clients . Elasticsearch . Fluent . ICollectionOfExpandWildcardBuilder . Build ( null ) ;
1021
+ Instance . ExpandWildcards = Elastic . Clients . Elasticsearch . Fluent . FluentICollectionOfExpandWildcard . Build ( null ) ;
1022
1022
return this ;
1023
1023
}
1024
1024
@@ -1029,9 +1029,9 @@ public Elastic.Clients.Elasticsearch.DeleteByQueryRequestDescriptor ExpandWildca
1029
1029
/// It supports comma-separated values, such as <c>open,hidden</c>.
1030
1030
/// </para>
1031
1031
/// </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 )
1033
1033
{
1034
- Instance . ExpandWildcards = Elastic . Clients . Elasticsearch . Fluent . ICollectionOfExpandWildcardBuilder . Build ( action ) ;
1034
+ Instance . ExpandWildcards = Elastic . Clients . Elasticsearch . Fluent . FluentICollectionOfExpandWildcard . Build ( action ) ;
1035
1035
return this ;
1036
1036
}
1037
1037
@@ -1238,7 +1238,7 @@ public Elastic.Clients.Elasticsearch.DeleteByQueryRequestDescriptor Sort(System.
1238
1238
/// </summary>
1239
1239
public Elastic . Clients . Elasticsearch . DeleteByQueryRequestDescriptor Sort ( )
1240
1240
{
1241
- Instance . Sort = Elastic . Clients . Elasticsearch . Fluent . ICollectionOfStringBuilder . Build ( null ) ;
1241
+ Instance . Sort = Elastic . Clients . Elasticsearch . Fluent . FluentICollectionOfString . Build ( null ) ;
1242
1242
return this ;
1243
1243
}
1244
1244
@@ -1247,9 +1247,9 @@ public Elastic.Clients.Elasticsearch.DeleteByQueryRequestDescriptor Sort()
1247
1247
/// A comma-separated list of <c><field>:<direction></c> pairs.
1248
1248
/// </para>
1249
1249
/// </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 )
1251
1251
{
1252
- Instance . Sort = Elastic . Clients . Elasticsearch . Fluent . ICollectionOfStringBuilder . Build ( action ) ;
1252
+ Instance . Sort = Elastic . Clients . Elasticsearch . Fluent . FluentICollectionOfString . Build ( action ) ;
1253
1253
return this ;
1254
1254
}
1255
1255
@@ -1282,7 +1282,7 @@ public Elastic.Clients.Elasticsearch.DeleteByQueryRequestDescriptor Stats(System
1282
1282
/// </summary>
1283
1283
public Elastic . Clients . Elasticsearch . DeleteByQueryRequestDescriptor Stats ( )
1284
1284
{
1285
- Instance . Stats = Elastic . Clients . Elasticsearch . Fluent . ICollectionOfStringBuilder . Build ( null ) ;
1285
+ Instance . Stats = Elastic . Clients . Elasticsearch . Fluent . FluentICollectionOfString . Build ( null ) ;
1286
1286
return this ;
1287
1287
}
1288
1288
@@ -1291,9 +1291,9 @@ public Elastic.Clients.Elasticsearch.DeleteByQueryRequestDescriptor Stats()
1291
1291
/// The specific <c>tag</c> of the request for logging and statistical purposes.
1292
1292
/// </para>
1293
1293
/// </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 )
1295
1295
{
1296
- Instance . Stats = Elastic . Clients . Elasticsearch . Fluent . ICollectionOfStringBuilder . Build ( action ) ;
1296
+ Instance . Stats = Elastic . Clients . Elasticsearch . Fluent . FluentICollectionOfString . Build ( action ) ;
1297
1297
return this ;
1298
1298
}
1299
1299
@@ -1738,7 +1738,7 @@ public Elastic.Clients.Elasticsearch.DeleteByQueryRequestDescriptor<TDocument> E
1738
1738
/// </summary>
1739
1739
public Elastic . Clients . Elasticsearch . DeleteByQueryRequestDescriptor < TDocument > ExpandWildcards ( )
1740
1740
{
1741
- Instance . ExpandWildcards = Elastic . Clients . Elasticsearch . Fluent . ICollectionOfExpandWildcardBuilder . Build ( null ) ;
1741
+ Instance . ExpandWildcards = Elastic . Clients . Elasticsearch . Fluent . FluentICollectionOfExpandWildcard . Build ( null ) ;
1742
1742
return this ;
1743
1743
}
1744
1744
@@ -1749,9 +1749,9 @@ public Elastic.Clients.Elasticsearch.DeleteByQueryRequestDescriptor<TDocument> E
1749
1749
/// It supports comma-separated values, such as <c>open,hidden</c>.
1750
1750
/// </para>
1751
1751
/// </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 )
1753
1753
{
1754
- Instance . ExpandWildcards = Elastic . Clients . Elasticsearch . Fluent . ICollectionOfExpandWildcardBuilder . Build ( action ) ;
1754
+ Instance . ExpandWildcards = Elastic . Clients . Elasticsearch . Fluent . FluentICollectionOfExpandWildcard . Build ( action ) ;
1755
1755
return this ;
1756
1756
}
1757
1757
@@ -1958,7 +1958,7 @@ public Elastic.Clients.Elasticsearch.DeleteByQueryRequestDescriptor<TDocument> S
1958
1958
/// </summary>
1959
1959
public Elastic . Clients . Elasticsearch . DeleteByQueryRequestDescriptor < TDocument > Sort ( )
1960
1960
{
1961
- Instance . Sort = Elastic . Clients . Elasticsearch . Fluent . ICollectionOfStringBuilder . Build ( null ) ;
1961
+ Instance . Sort = Elastic . Clients . Elasticsearch . Fluent . FluentICollectionOfString . Build ( null ) ;
1962
1962
return this ;
1963
1963
}
1964
1964
@@ -1967,9 +1967,9 @@ public Elastic.Clients.Elasticsearch.DeleteByQueryRequestDescriptor<TDocument> S
1967
1967
/// A comma-separated list of <c><field>:<direction></c> pairs.
1968
1968
/// </para>
1969
1969
/// </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 )
1971
1971
{
1972
- Instance . Sort = Elastic . Clients . Elasticsearch . Fluent . ICollectionOfStringBuilder . Build ( action ) ;
1972
+ Instance . Sort = Elastic . Clients . Elasticsearch . Fluent . FluentICollectionOfString . Build ( action ) ;
1973
1973
return this ;
1974
1974
}
1975
1975
@@ -2002,7 +2002,7 @@ public Elastic.Clients.Elasticsearch.DeleteByQueryRequestDescriptor<TDocument> S
2002
2002
/// </summary>
2003
2003
public Elastic . Clients . Elasticsearch . DeleteByQueryRequestDescriptor < TDocument > Stats ( )
2004
2004
{
2005
- Instance . Stats = Elastic . Clients . Elasticsearch . Fluent . ICollectionOfStringBuilder . Build ( null ) ;
2005
+ Instance . Stats = Elastic . Clients . Elasticsearch . Fluent . FluentICollectionOfString . Build ( null ) ;
2006
2006
return this ;
2007
2007
}
2008
2008
@@ -2011,9 +2011,9 @@ public Elastic.Clients.Elasticsearch.DeleteByQueryRequestDescriptor<TDocument> S
2011
2011
/// The specific <c>tag</c> of the request for logging and statistical purposes.
2012
2012
/// </para>
2013
2013
/// </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 )
2015
2015
{
2016
- Instance . Stats = Elastic . Clients . Elasticsearch . Fluent . ICollectionOfStringBuilder . Build ( action ) ;
2016
+ Instance . Stats = Elastic . Clients . Elasticsearch . Fluent . FluentICollectionOfString . Build ( action ) ;
2017
2017
return this ;
2018
2018
}
2019
2019
0 commit comments