Skip to content

Commit 5d0c861

Browse files
Update some cross-references to point to the sentence about what frozen indices were, rather than to the notice about the removal of the unfreeze API
1 parent cb6455f commit 5d0c861

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

docs/reference/indices/index-mgmt.asciidoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,7 @@ For more information on managing indices, refer to <<indices, Index APIs>>.
4343

4444
* To filter the list of indices, use the search bar or click a badge.
4545
Badges indicate if an index is a <<ccr-put-follow,follower index>>, a
46-
<<rollup-get-rollup-index-caps,rollup index>>, or <<unfreeze-index-api,frozen>>.
47-
48-
// TODO(pete): Figure out whether it's okay for this to point to the 'deleted pages' entry.
46+
<<rollup-get-rollup-index-caps,rollup index>>, or <<frozen-indices,frozen>>.
4947

5048
* To drill down into the index
5149
<<mapping,mappings>>, <<index-modules-settings,settings>>, and statistics,

docs/reference/sql/language/indices.asciidoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,9 @@ requires the keyword `LIKE` for SQL `LIKE` pattern.
100100
[[sql-index-frozen]]
101101
=== Frozen Indices
102102

103-
By default, {es-sql} doesn't search <<unfreeze-index-api,frozen indices>>. To
103+
By default, {es-sql} doesn't search <<frozen-indices,frozen indices>>. To
104104
search frozen indices, use one of the following features:
105105

106-
// TODO(pete): Figure out whether it's okay for this to point to the 'deleted pages' entry.
107-
108106
dedicated configuration parameter::
109107
Set to `true` properties `index_include_frozen` in the <<sql-search-api,SQL search API>> or `index.include.frozen` in the drivers to include frozen indices.
110108

0 commit comments

Comments
 (0)