diff --git a/docs/reference/indices/apis/freeze.asciidoc b/docs/reference/indices/apis/freeze.asciidoc index bb41de6763e32..e123e93bd30b9 100644 --- a/docs/reference/indices/apis/freeze.asciidoc +++ b/docs/reference/indices/apis/freeze.asciidoc @@ -19,9 +19,10 @@ Freezes an index. [[freeze-index-api-desc]] ==== {api-description-title} -A frozen index has almost no overhead on the cluster (except -for maintaining its metadata in memory), and is blocked for write operations. -See <> and <>. +A frozen index has almost no overhead on the cluster (except for maintaining its +metadata in memory) and is read-only. Read-only indices are blocked for write +operations, such as <> or <>. See <> and <>. IMPORTANT: Freezing an index will close the index and reopen it within the same API call. This causes primaries to not be allocated for a short amount of time