Skip to content

Commit 0b8f928

Browse files
Remove asciidocs - TODO need to figure some bits of this out
1 parent 8606934 commit 0b8f928

File tree

5 files changed

+15
-63
lines changed

5 files changed

+15
-63
lines changed

docs/reference/indices.asciidoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ index settings, aliases, mappings, and index templates.
2424
* <<indices-split-index>>
2525
* <<indices-clone-index>>
2626
* <<indices-rollover-index>>
27-
* <<unfreeze-index-api>>
2827
* <<indices-resolve-index-api>>
2928
* <<indices-resolve-cluster-api>>
3029
* <<indices-downsample-data-stream>>
@@ -143,6 +142,5 @@ include::indices/shrink-index.asciidoc[]
143142
include::indices/simulate-index.asciidoc[]
144143
include::indices/simulate-template.asciidoc[]
145144
include::indices/split-index.asciidoc[]
146-
include::indices/apis/unfreeze.asciidoc[]
147145
include::indices/update-settings.asciidoc[]
148146
include::indices/put-mapping.asciidoc[]

docs/reference/indices/apis/unfreeze.asciidoc

Lines changed: 0 additions & 61 deletions
This file was deleted.

docs/reference/indices/index-mgmt.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ For more information on managing indices, refer to <<indices, Index APIs>>.
4545
Badges indicate if an index is a <<ccr-put-follow,follower index>>, a
4646
<<rollup-get-rollup-index-caps,rollup index>>, or <<unfreeze-index-api,frozen>>.
4747

48+
// TODO(pete): Figure out whether it's okay for this to point to the 'deleted pages' entry.
49+
4850
* To drill down into the index
4951
<<mapping,mappings>>, <<index-modules-settings,settings>>, and statistics,
5052
click an index name. From this view, you can navigate to *Discover* to

docs/reference/redirects.asciidoc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,12 @@ https://www.elastic.co/blog/significantly-decrease-your-elasticsearch-heap-memor
160160
improvements in heap memory usage].
161161
// end::frozen-removal-explanation[]
162162

163+
[role="exclude",id="unfreeze-index-api"]
164+
=== Unfreeze index API
165+
166+
The unfreeze index API was removed in 9.0.
167+
include::redirects.asciidoc[tag=frozen-removal-explanation]
168+
163169
[role="exclude",id="ilm-freeze"]
164170
=== Freeze {ilm-init} action
165171

@@ -1750,6 +1756,11 @@ See <<search-terms-enum>>.
17501756

17511757
// tag::frozen-index-redirect[]
17521758

1759+
// TODO(pete): Figure out what to do here. I don't think anything links here from main. But I guess users could get here
1760+
// from link in old versions. Linking from here to the thing saying that the API isn't much use. Maybe we need a
1761+
// sentence about what the feature was? And maybe the other places which currently point to unfreeze-index-api should
1762+
// point here instead?
1763+
17531764
For API documentation, see <<unfreeze-index-api>>.
17541765
// end::frozen-index-redirect[]
17551766

docs/reference/sql/language/indices.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ requires the keyword `LIKE` for SQL `LIKE` pattern.
103103
By default, {es-sql} doesn't search <<unfreeze-index-api,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+
106108
dedicated configuration parameter::
107109
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.
108110

0 commit comments

Comments
 (0)