@@ -14605,7 +14605,7 @@ public Task<ElasticsearchResponse<DynamicDictionary>> IndicesFlushGetAsync(strin
14605
14605
///<para></para>Returns: ElasticsearchResponse<T> holding the reponse body deserialized as T.
14606
14606
///<para> - If T is of type byte[] deserialization will be shortcircuited</para>
14607
14607
///<para> - If T is of type VoidResponse the response stream will be ignored completely</para>
14608
- ///<para>See also: http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-flush.html</para>
14608
+ ///<para>See also: http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-synced- flush.html</para>
14609
14609
///</summary>
14610
14610
///<param name="requestParameters">
14611
14611
///Optional function to specify any additional request parameters
@@ -14637,7 +14637,7 @@ public ElasticsearchResponse<T> IndicesFlushSyncedForAll<T>(Func<SyncedFlushRequ
14637
14637
///<para></para>Returns: A task that'll return an ElasticsearchResponse<T> holding the reponse body deserialized as T.
14638
14638
///<para> - If T is of type byte[] deserialization will be shortcircuited</para>
14639
14639
///<para> - If T is of type VoidResponse the response stream will be ignored completely</para>
14640
- ///<para>See also: http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-flush.html</para>
14640
+ ///<para>See also: http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-synced- flush.html</para>
14641
14641
///</summary>
14642
14642
///<param name="requestParameters">
14643
14643
///Optional function to specify any additional request parameters
@@ -14670,7 +14670,7 @@ public Task<ElasticsearchResponse<T>> IndicesFlushSyncedForAllAsync<T>(Func<Sync
14670
14670
///<para> - Dynamic dictionary is a special dynamic type that allows json to be traversed safely</para>
14671
14671
///<para> - i.e result.Response.hits.hits[0].property.nested["nested_deeper"]</para>
14672
14672
///<para> - can be safely dispatched to a nullable type even if intermediate properties do not exist</para>
14673
- ///<para>See also: http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-flush.html</para>
14673
+ ///<para>See also: http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-synced- flush.html</para>
14674
14674
///</summary>
14675
14675
///<param name="requestParameters">
14676
14676
///Optional function to specify any additional request parameters
@@ -14704,7 +14704,7 @@ public ElasticsearchResponse<DynamicDictionary> IndicesFlushSyncedForAll(Func<Sy
14704
14704
///<para> - Dynamic dictionary is a special dynamic type that allows json to be traversed safely</para>
14705
14705
///<para> - i.e result.Response.hits.hits[0].property.nested["nested_deeper"]</para>
14706
14706
///<para> - can be safely dispatched to a nullable type even if intermediate properties do not exist</para>
14707
- ///<para>See also: http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-flush.html</para>
14707
+ ///<para>See also: http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-synced- flush.html</para>
14708
14708
///</summary>
14709
14709
///<param name="requestParameters">
14710
14710
///Optional function to specify any additional request parameters
@@ -14737,7 +14737,7 @@ public Task<ElasticsearchResponse<DynamicDictionary>> IndicesFlushSyncedForAllAs
14737
14737
///<para></para>Returns: ElasticsearchResponse<T> holding the reponse body deserialized as T.
14738
14738
///<para> - If T is of type byte[] deserialization will be shortcircuited</para>
14739
14739
///<para> - If T is of type VoidResponse the response stream will be ignored completely</para>
14740
- ///<para>See also: http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-flush.html</para>
14740
+ ///<para>See also: http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-synced- flush.html</para>
14741
14741
///</summary>
14742
14742
///<param name="index">A comma-separated list of index names; use `_all` or empty string for all indices</param>
14743
14743
///<param name="requestParameters">
@@ -14771,7 +14771,7 @@ public ElasticsearchResponse<T> IndicesFlushSynced<T>(string index, Func<SyncedF
14771
14771
///<para></para>Returns: A task that'll return an ElasticsearchResponse<T> holding the reponse body deserialized as T.
14772
14772
///<para> - If T is of type byte[] deserialization will be shortcircuited</para>
14773
14773
///<para> - If T is of type VoidResponse the response stream will be ignored completely</para>
14774
- ///<para>See also: http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-flush.html</para>
14774
+ ///<para>See also: http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-synced- flush.html</para>
14775
14775
///</summary>
14776
14776
///<param name="index">A comma-separated list of index names; use `_all` or empty string for all indices</param>
14777
14777
///<param name="requestParameters">
@@ -14806,7 +14806,7 @@ public Task<ElasticsearchResponse<T>> IndicesFlushSyncedAsync<T>(string index, F
14806
14806
///<para> - Dynamic dictionary is a special dynamic type that allows json to be traversed safely</para>
14807
14807
///<para> - i.e result.Response.hits.hits[0].property.nested["nested_deeper"]</para>
14808
14808
///<para> - can be safely dispatched to a nullable type even if intermediate properties do not exist</para>
14809
- ///<para>See also: http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-flush.html</para>
14809
+ ///<para>See also: http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-synced- flush.html</para>
14810
14810
///</summary>
14811
14811
///<param name="index">A comma-separated list of index names; use `_all` or empty string for all indices</param>
14812
14812
///<param name="requestParameters">
@@ -14842,7 +14842,7 @@ public ElasticsearchResponse<DynamicDictionary> IndicesFlushSynced(string index,
14842
14842
///<para> - Dynamic dictionary is a special dynamic type that allows json to be traversed safely</para>
14843
14843
///<para> - i.e result.Response.hits.hits[0].property.nested["nested_deeper"]</para>
14844
14844
///<para> - can be safely dispatched to a nullable type even if intermediate properties do not exist</para>
14845
- ///<para>See also: http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-flush.html</para>
14845
+ ///<para>See also: http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-synced- flush.html</para>
14846
14846
///</summary>
14847
14847
///<param name="index">A comma-separated list of index names; use `_all` or empty string for all indices</param>
14848
14848
///<param name="requestParameters">
@@ -14877,7 +14877,7 @@ public Task<ElasticsearchResponse<DynamicDictionary>> IndicesFlushSyncedAsync(st
14877
14877
///<para></para>Returns: ElasticsearchResponse<T> holding the reponse body deserialized as T.
14878
14878
///<para> - If T is of type byte[] deserialization will be shortcircuited</para>
14879
14879
///<para> - If T is of type VoidResponse the response stream will be ignored completely</para>
14880
- ///<para>See also: http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-flush.html</para>
14880
+ ///<para>See also: http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-synced- flush.html</para>
14881
14881
///</summary>
14882
14882
///<param name="requestParameters">
14883
14883
///Optional function to specify any additional request parameters
@@ -14909,7 +14909,7 @@ public ElasticsearchResponse<T> IndicesFlushSyncedGetForAll<T>(Func<SyncedFlushR
14909
14909
///<para></para>Returns: A task that'll return an ElasticsearchResponse<T> holding the reponse body deserialized as T.
14910
14910
///<para> - If T is of type byte[] deserialization will be shortcircuited</para>
14911
14911
///<para> - If T is of type VoidResponse the response stream will be ignored completely</para>
14912
- ///<para>See also: http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-flush.html</para>
14912
+ ///<para>See also: http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-synced- flush.html</para>
14913
14913
///</summary>
14914
14914
///<param name="requestParameters">
14915
14915
///Optional function to specify any additional request parameters
@@ -14942,7 +14942,7 @@ public Task<ElasticsearchResponse<T>> IndicesFlushSyncedGetForAllAsync<T>(Func<S
14942
14942
///<para> - Dynamic dictionary is a special dynamic type that allows json to be traversed safely</para>
14943
14943
///<para> - i.e result.Response.hits.hits[0].property.nested["nested_deeper"]</para>
14944
14944
///<para> - can be safely dispatched to a nullable type even if intermediate properties do not exist</para>
14945
- ///<para>See also: http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-flush.html</para>
14945
+ ///<para>See also: http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-synced- flush.html</para>
14946
14946
///</summary>
14947
14947
///<param name="requestParameters">
14948
14948
///Optional function to specify any additional request parameters
@@ -14976,7 +14976,7 @@ public ElasticsearchResponse<DynamicDictionary> IndicesFlushSyncedGetForAll(Func
14976
14976
///<para> - Dynamic dictionary is a special dynamic type that allows json to be traversed safely</para>
14977
14977
///<para> - i.e result.Response.hits.hits[0].property.nested["nested_deeper"]</para>
14978
14978
///<para> - can be safely dispatched to a nullable type even if intermediate properties do not exist</para>
14979
- ///<para>See also: http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-flush.html</para>
14979
+ ///<para>See also: http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-synced- flush.html</para>
14980
14980
///</summary>
14981
14981
///<param name="requestParameters">
14982
14982
///Optional function to specify any additional request parameters
@@ -15009,7 +15009,7 @@ public Task<ElasticsearchResponse<DynamicDictionary>> IndicesFlushSyncedGetForAl
15009
15009
///<para></para>Returns: ElasticsearchResponse<T> holding the reponse body deserialized as T.
15010
15010
///<para> - If T is of type byte[] deserialization will be shortcircuited</para>
15011
15011
///<para> - If T is of type VoidResponse the response stream will be ignored completely</para>
15012
- ///<para>See also: http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-flush.html</para>
15012
+ ///<para>See also: http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-synced- flush.html</para>
15013
15013
///</summary>
15014
15014
///<param name="index">A comma-separated list of index names; use `_all` or empty string for all indices</param>
15015
15015
///<param name="requestParameters">
@@ -15043,7 +15043,7 @@ public ElasticsearchResponse<T> IndicesFlushSyncedGet<T>(string index, Func<Sync
15043
15043
///<para></para>Returns: A task that'll return an ElasticsearchResponse<T> holding the reponse body deserialized as T.
15044
15044
///<para> - If T is of type byte[] deserialization will be shortcircuited</para>
15045
15045
///<para> - If T is of type VoidResponse the response stream will be ignored completely</para>
15046
- ///<para>See also: http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-flush.html</para>
15046
+ ///<para>See also: http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-synced- flush.html</para>
15047
15047
///</summary>
15048
15048
///<param name="index">A comma-separated list of index names; use `_all` or empty string for all indices</param>
15049
15049
///<param name="requestParameters">
@@ -15078,7 +15078,7 @@ public Task<ElasticsearchResponse<T>> IndicesFlushSyncedGetAsync<T>(string index
15078
15078
///<para> - Dynamic dictionary is a special dynamic type that allows json to be traversed safely</para>
15079
15079
///<para> - i.e result.Response.hits.hits[0].property.nested["nested_deeper"]</para>
15080
15080
///<para> - can be safely dispatched to a nullable type even if intermediate properties do not exist</para>
15081
- ///<para>See also: http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-flush.html</para>
15081
+ ///<para>See also: http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-synced- flush.html</para>
15082
15082
///</summary>
15083
15083
///<param name="index">A comma-separated list of index names; use `_all` or empty string for all indices</param>
15084
15084
///<param name="requestParameters">
@@ -15114,7 +15114,7 @@ public ElasticsearchResponse<DynamicDictionary> IndicesFlushSyncedGet(string ind
15114
15114
///<para> - Dynamic dictionary is a special dynamic type that allows json to be traversed safely</para>
15115
15115
///<para> - i.e result.Response.hits.hits[0].property.nested["nested_deeper"]</para>
15116
15116
///<para> - can be safely dispatched to a nullable type even if intermediate properties do not exist</para>
15117
- ///<para>See also: http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-flush.html</para>
15117
+ ///<para>See also: http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-synced- flush.html</para>
15118
15118
///</summary>
15119
15119
///<param name="index">A comma-separated list of index names; use `_all` or empty string for all indices</param>
15120
15120
///<param name="requestParameters">
0 commit comments