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
Copy file name to clipboardExpand all lines: src/ApiGenerator/RestSpecification/Core/indices.freeze.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,10 @@
21
21
"type":"string",
22
22
"description":"The name of the index to freeze"
23
23
}
24
+
},
25
+
"deprecated":{
26
+
"version":"7.14.0",
27
+
"description":"Frozen indices are deprecated because they provide no benefit given improvements in heap memory utilization. They will be removed in a future release."
Copy file name to clipboardExpand all lines: src/ApiGenerator/RestSpecification/Core/indices.unfreeze.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,10 @@
21
21
"type":"string",
22
22
"description":"The name of the index to unfreeze"
23
23
}
24
+
},
25
+
"deprecated":{
26
+
"version":"7.14.0",
27
+
"description":"Frozen indices are deprecated because they provide no benefit given improvements in heap memory utilization. They will be removed in a future release."
Copy file name to clipboardExpand all lines: src/Elasticsearch.Net/ElasticLowLevelClient.Indices.cs
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -344,11 +344,13 @@ public Task<TResponse> ForceMergeAsync<TResponse>(string index, ForceMergeReques
344
344
///<summary>POST on /{index}/_freeze <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/freeze-index-api.html</para></summary>
345
345
///<param name = "index">The name of the index to freeze</param>
346
346
///<param name = "requestParameters">Request specific configuration such as querystring parameters & request specific connection settings.</param>
347
+
[Obsolete("Deprecated in version 7.14.0: Frozen indices are deprecated because they provide no benefit given improvements in heap memory utilization. They will be removed in a future release.")]
///<summary>POST on /{index}/_freeze <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/freeze-index-api.html</para></summary>
350
351
///<param name = "index">The name of the index to freeze</param>
351
352
///<param name = "requestParameters">Request specific configuration such as querystring parameters & request specific connection settings.</param>
353
+
[Obsolete("Deprecated in version 7.14.0: Frozen indices are deprecated because they provide no benefit given improvements in heap memory utilization. They will be removed in a future release.")]
///<summary>POST on /{index}/_unfreeze <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/unfreeze-index-api.html</para></summary>
913
915
///<param name = "index">The name of the index to unfreeze</param>
914
916
///<param name = "requestParameters">Request specific configuration such as querystring parameters & request specific connection settings.</param>
917
+
[Obsolete("Deprecated in version 7.14.0: Frozen indices are deprecated because they provide no benefit given improvements in heap memory utilization. They will be removed in a future release.")]
///<summary>POST on /{index}/_unfreeze <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/unfreeze-index-api.html</para></summary>
918
921
///<param name = "index">The name of the index to unfreeze</param>
919
922
///<param name = "requestParameters">Request specific configuration such as querystring parameters & request specific connection settings.</param>
923
+
[Obsolete("Deprecated in version 7.14.0: Frozen indices are deprecated because they provide no benefit given improvements in heap memory utilization. They will be removed in a future release.")]
///<summary>POST on /_snapshot/{ITransportResponse}/_analyze <para>https://www.elastic.co/guide/en/elasticsearch/reference/master/modules-snapshots.html</para></summary>
168
+
///<summary>POST on /_snapshot/{repository}/_analyze <para>https://www.elastic.co/guide/en/elasticsearch/reference/master/modules-snapshots.html</para></summary>
169
169
///<param name = "repository">A repository name</param>
170
170
///<param name = "requestParameters">Request specific configuration such as querystring parameters & request specific connection settings.</param>
0 commit comments