[DOCS] Update anchors and links for Elasticsearch API relocation (#44500)

This commit is contained in:
James Rodewig 2019-07-19 09:16:35 -04:00 committed by GitHub
parent 506de3ba83
commit ea1adb61c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
56 changed files with 106 additions and 100 deletions

View file

@ -65,7 +65,7 @@ include-tagged::{doc-tests-file}[{api}-request-item-extras]
<2> Version
<3> Version type
{ref}/search-request-preference.html[`preference`],
{ref}/search-request-body.html#request-body-search-preference[`preference`],
{ref}/docs-get.html#realtime[`realtime`]
and
{ref}/docs-get.html#get-refresh[`refresh`] can be set on the main request but

View file

@ -430,7 +430,7 @@ include-tagged::{doc-tests-file}[{api}-request-profiling-queries-results]
<3> Retrieve the time in millis spent executing the Lucene query
<4> Retrieve the profile results for the sub-queries (if any)
The Rest API documentation contains more information about {ref}/search-profile-queries.html[Profiling Queries] with
The Rest API documentation contains more information about {ref}/search-profile.html#profiling-queries[Profiling Queries] with
a description of the query profiling information.
The `QueryProfileShardResult` also gives access to the profiling information for the Lucene collectors:
@ -445,7 +445,7 @@ include-tagged::{doc-tests-file}[{api}-request-profiling-queries-collectors]
<4> Retrieve the profile results for the sub-collectors (if any)
The Rest API documentation contains more information about profiling information
for Lucene collectors. See {ref}/search-profile-queries.html[Profiling queries].
for Lucene collectors. See {ref}/search-profile.html#profiling-queries[Profiling queries].
In a very similar manner to the query tree execution, the `QueryProfileShardResult` objects gives access
to the detailed aggregations tree execution:
@ -461,4 +461,4 @@ include-tagged::{doc-tests-file}[{api}-request-profiling-aggs]
<5> Retrieve the profile results for the sub-aggregations (if any)
The Rest API documentation contains more information about
{ref}/search-profile-aggregations.html[Profiling aggregations].
{ref}/search-profile.html#profiling-aggregations[Profiling aggregations].