mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 23:27:25 -04:00
[DOCS] Update anchors and links for Elasticsearch API relocation (#44500)
This commit is contained in:
parent
506de3ba83
commit
ea1adb61c2
56 changed files with 106 additions and 100 deletions
|
@ -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
|
||||
|
|
|
@ -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].
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue