Skip to content

Commit e8a6d4a

Browse files
authored
[DOCS] Remove unneeded redirects (#50476)
The docs/reference/redirects.asciidoc file stores a list of relocated or deleted pages for the Elasticsearch Reference documentation. This prunes several older redirects that are no longer needed and don't require work to fix broken links in other repositories.
1 parent 11b1ebf commit e8a6d4a

File tree

8 files changed

+12
-609
lines changed

8 files changed

+12
-609
lines changed

docs/reference/how-to/search-speed.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ If your search is CPU-bound, you should investigate buying faster CPUs.
3131
Documents should be modeled so that search-time operations are as cheap as possible.
3232

3333
In particular, joins should be avoided. <<nested,`nested`>> can make queries
34-
several times slower and <<mapping-parent-field,parent-child>> relations can make
34+
several times slower and <<parent-join,parent-child>> relations can make
3535
queries hundreds of times slower. So if the same questions can be answered without
3636
joins by denormalizing documents, significant speedups can be expected.
3737

docs/reference/mapping/removal_of_types.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ field, so documents of different types with the same `_id` could exist in a
4242
single index.
4343

4444
Mapping types were also used to establish a
45-
<<mapping-parent-field,parent-child relationship>>
45+
<<parent-join,parent-child relationship>>
4646
between documents, so documents of type `question` could be parents to
4747
documents of type `answer`.
4848

docs/reference/ml/anomaly-detection/apis/ml-api.asciidoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
[[ml-apis]]
44
== {ml-cap} {anomaly-detect} APIs
55

6-
You can use the following APIs to perform {ml} {anomaly-detect} activities. See
7-
<<ml-api-definitions, Definitions>> for the resource definitions used by the
8-
machine learning APIs and in advanced job configuration options in Kibana.
6+
You can use the following APIs to perform {ml} {anomaly-detect} activities.
97

108
See also <<ml-df-analytics-apis>>.
119

0 commit comments

Comments
 (0)