[DOCS] Change xrefs to external links in 7.4 rls highlights (#47474)

This commit is contained in:
James Rodewig 2019-10-02 16:57:11 -04:00
parent 52b97ec539
commit 6b96f53ea0
1 changed files with 11 additions and 11 deletions

View File

@ -11,7 +11,7 @@
[float] [float]
==== Results pinning ==== Results pinning
You can use the new <<query-dsl-pinned-query,pinned query>> You can use the new {ref}/query-dsl-pinned-query.html[pinned query]
to define the first records to define the first records
(and the order in which they are returned) (and the order in which they are returned)
in a result set directly within {es}. in a result set directly within {es}.
@ -22,7 +22,7 @@ in a result set directly within {es}.
[float] [float]
==== New `shape` field type ==== New `shape` field type
A new <<shape,`shape`>> field type has been added, A new {ref}/shape.html[`shape`] field type has been added,
which allows you to position and query shapes which allows you to position and query shapes
in a geometry of your choosing. in a geometry of your choosing.
@ -32,7 +32,7 @@ in a geometry of your choosing.
[float] [float]
==== Circle ingest processor ==== Circle ingest processor
A new <<ingest-circle-processor, circle ingest processor>> has been added, A new {ref}/ingest-circle-processor.html[circle ingest processor] has been added,
which translates circles into regular polygons (bounded by the circles). which translates circles into regular polygons (bounded by the circles).
This makes ingesting, indexing, searching, and aggregating circles both easy and efficient. This makes ingesting, indexing, searching, and aggregating circles both easy and efficient.
@ -42,9 +42,9 @@ This makes ingesting, indexing, searching, and aggregating circles both easy and
[float] [float]
==== Aggregations on range fields ==== Aggregations on range fields
The <<search-aggregations-bucket-histogram-aggregation,histogram>> The {ref}/search-aggregations-bucket-histogram-aggregation.html[histogram]
and <<search-aggregations-bucket-datehistogram-aggregation,Date Histogram>> and {ref}/search-aggregations-bucket-datehistogram-aggregation.html[date histogram]
aggregations now support the <<range,`range`>> field type. aggregations now support the {ref}/range.html[`range`] field type.
Range aggregations are useful Range aggregations are useful
when counting ranges that overlap with specific buckets when counting ranges that overlap with specific buckets
@ -56,7 +56,7 @@ when counting ranges that overlap with specific buckets
[float] [float]
==== Cumulative cardinality aggregation ==== Cumulative cardinality aggregation
A new <<search-aggregations-pipeline-cumulative-cardinality-aggregation,cumulative cardinality aggregation>> A new {ref}/search-aggregations-pipeline-cumulative-cardinality-aggregation.html[cumulative cardinality aggregation]
has been added has been added
as part of our ongoing effort to provide advanced aggregations. as part of our ongoing effort to provide advanced aggregations.
@ -70,7 +70,7 @@ within a given time range.
[float] [float]
==== Snapshot lifecycle management ==== Snapshot lifecycle management
Were introducing <<getting-started-snapshot-lifecycle-management,snapshot lifecycle management (SLM)>>, Were introducing {ref}/getting-started-snapshot-lifecycle-management.html[snapshot lifecycle management (SLM)],
which allows an administrator to define policies, which allows an administrator to define policies,
via API or {kibana-ref}/index-lifecycle-policies.html[{kib} UI], via API or {kibana-ref}/index-lifecycle-policies.html[{kib} UI],
that manage when and how often snapshots are taken. that manage when and how often snapshots are taken.
@ -99,7 +99,7 @@ while interacting with {es}.
==== TLS settings for email notifications ==== TLS settings for email notifications
Notifications may contain sensitive information that must be protected over the wire. This requires that communication with the mail server is encrypted and authenticated properly. Notifications may contain sensitive information that must be protected over the wire. This requires that communication with the mail server is encrypted and authenticated properly.
{es} now supports custom <<ssl-notification-smtp-settings,TLS settings>> for email notifications, {es} now supports custom {ref}/notification-settings.html#ssl-notification-smtp-settings[TLS settings] for email notifications,
allowing secure connections to servers with custom security configuration. allowing secure connections to servers with custom security configuration.
// end::notable-highlights[] // end::notable-highlights[]
@ -148,9 +148,9 @@ Manhattan distance (L1 norm)
and Euclidean distance (L2 norm)— and Euclidean distance (L2 norm)—
have been added. have been added.
Like the dot product and cosine similarity, Like the dot product and cosine similarity,
the Euclidean and Manhattan distances are provided as <<vector-functions,predefined Painless functions>> the Euclidean and Manhattan distances are provided as {ref}/query-dsl-script-score-query.html#vector-functions[predefined Painless functions]
so that they may be incorporated with other query elements so that they may be incorporated with other query elements
as part of a <<query-dsl-script-score-query,script_score>> query. as part of a {ref}/query-dsl-script-score-query.html[script_score] query.
// end::notable-highlights[] // end::notable-highlights[]