You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
///<summary>A comma-separated list of documents ids. You must define ids as parameter or set "ids" or "docs" in the request body</summary>
@@ -4422,7 +4423,7 @@ public MtermvectorsRequestParameters Ids(params string[] ids)
4422
4423
4423
4424
internalbool_term_statistics{get;set;}
4424
4425
///<summary>Specifies if total term frequency and document frequency should be returned. Applies to all returned documents unless otherwise specified in body "params" or "docs".</summary>
@@ -4432,7 +4433,7 @@ public MtermvectorsRequestParameters TermStatistics(bool term_statistics)
4432
4433
4433
4434
internalbool_field_statistics{get;set;}
4434
4435
///<summary>Specifies if document count, sum of document frequencies and sum of total term frequencies should be returned. Applies to all returned documents unless otherwise specified in body "params" or "docs".</summary>
@@ -4442,7 +4443,7 @@ public MtermvectorsRequestParameters FieldStatistics(bool field_statistics)
4442
4443
4443
4444
internalIEnumerable<object>_fields{get;set;}
4444
4445
///<summary>A comma-separated list of fields to return. Applies to all returned documents unless otherwise specified in body "params" or "docs".</summary>
@@ -4452,7 +4453,7 @@ public MtermvectorsRequestParameters Fields(params string[] fields)
4452
4453
4453
4454
internalbool_offsets{get;set;}
4454
4455
///<summary>Specifies if term offsets should be returned. Applies to all returned documents unless otherwise specified in body "params" or "docs".</summary>
@@ -4462,7 +4463,7 @@ public MtermvectorsRequestParameters Offsets(bool offsets)
4462
4463
4463
4464
internalbool_positions{get;set;}
4464
4465
///<summary>Specifies if term positions should be returned. Applies to all returned documents unless otherwise specified in body "params" or "docs".</summary>
@@ -4472,7 +4473,7 @@ public MtermvectorsRequestParameters Positions(bool positions)
4472
4473
4473
4474
internalbool_payloads{get;set;}
4474
4475
///<summary>Specifies if term payloads should be returned. Applies to all returned documents unless otherwise specified in body "params" or "docs".</summary>
@@ -4482,7 +4483,7 @@ public MtermvectorsRequestParameters Payloads(bool payloads)
4482
4483
4483
4484
internalstring_preference{get;set;}
4484
4485
///<summary>Specify the node or shard the operation should be performed on (default: random) .Applies to all returned documents unless otherwise specified in body "params" or "docs".</summary>
@@ -4492,7 +4493,7 @@ public MtermvectorsRequestParameters Preference(string preference)
4492
4493
4493
4494
internalstring_routing{get;set;}
4494
4495
///<summary>Specific routing value. Applies to all returned documents unless otherwise specified in body "params" or "docs".</summary>
@@ -4502,7 +4503,7 @@ public MtermvectorsRequestParameters Routing(string routing)
4502
4503
4503
4504
internalstring_parent{get;set;}
4504
4505
///<summary>Parent id of documents. Applies to all returned documents unless otherwise specified in body "params" or "docs".</summary>
0 commit comments