mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 07:37:19 -04:00
[DOCS] Fix typos (#72227)
This commit is contained in:
parent
fd72a2690a
commit
3c44dfec60
9 changed files with 11 additions and 11 deletions
|
@ -334,8 +334,8 @@ Which returns:
|
||||||
===== Mixed sort types
|
===== Mixed sort types
|
||||||
|
|
||||||
Sorting `top_metrics` by a field that has different types across different
|
Sorting `top_metrics` by a field that has different types across different
|
||||||
indices producs somewhat suprising results: floating point fields are
|
indices producs somewhat surprising results: floating point fields are
|
||||||
always sorted independantly of whole numbered fields.
|
always sorted independently of whole numbered fields.
|
||||||
|
|
||||||
[source,console,id=search-aggregations-metrics-top-metrics-mixed-sort]
|
[source,console,id=search-aggregations-metrics-top-metrics-mixed-sort]
|
||||||
----
|
----
|
||||||
|
@ -374,7 +374,7 @@ Which returns:
|
||||||
// TESTRESPONSE
|
// TESTRESPONSE
|
||||||
|
|
||||||
While this is better than an error it *probably* isn't what you were going for.
|
While this is better than an error it *probably* isn't what you were going for.
|
||||||
While it does lose some precision, you can explictly cast the whole number
|
While it does lose some precision, you can explicitly cast the whole number
|
||||||
fields to floating points with something like:
|
fields to floating points with something like:
|
||||||
|
|
||||||
[source,console]
|
[source,console]
|
||||||
|
|
|
@ -339,7 +339,7 @@ section above, creating sub-requests which means it has some quirks:
|
||||||
sub-requests are "child" tasks of the task for the request with `slices`.
|
sub-requests are "child" tasks of the task for the request with `slices`.
|
||||||
* Fetching the status of the task for the request with `slices` only contains
|
* Fetching the status of the task for the request with `slices` only contains
|
||||||
the status of completed slices.
|
the status of completed slices.
|
||||||
* These sub-requests are individually addressable for things like cancelation
|
* These sub-requests are individually addressable for things like cancellation
|
||||||
and rethrottling.
|
and rethrottling.
|
||||||
* Rethrottling the request with `slices` will rethrottle the unfinished
|
* Rethrottling the request with `slices` will rethrottle the unfinished
|
||||||
sub-request proportionally.
|
sub-request proportionally.
|
||||||
|
|
|
@ -126,7 +126,7 @@ See <<filtered>> for an example.
|
||||||
`is_hidden`::
|
`is_hidden`::
|
||||||
(Optional, Boolean)
|
(Optional, Boolean)
|
||||||
If `true`, the alias will be excluded from wildcard expressions by default,
|
If `true`, the alias will be excluded from wildcard expressions by default,
|
||||||
unless overriden in the request using the `expand_wildcards` parameter,
|
unless overridden in the request using the `expand_wildcards` parameter,
|
||||||
similar to <<index-hidden,hidden indices>>. This property must be set to the
|
similar to <<index-hidden,hidden indices>>. This property must be set to the
|
||||||
same value on all indices that share an alias. Defaults to `false`.
|
same value on all indices that share an alias. Defaults to `false`.
|
||||||
|
|
||||||
|
|
|
@ -222,7 +222,7 @@ To check the `version`, you can use the <<getting-component-templates,get compon
|
||||||
|
|
||||||
You can use the `_meta` parameter to add arbitrary metadata to a component template.
|
You can use the `_meta` parameter to add arbitrary metadata to a component template.
|
||||||
This user-defined object is stored in the cluster state,
|
This user-defined object is stored in the cluster state,
|
||||||
so keeping it short is preferrable.
|
so keeping it short is preferable.
|
||||||
|
|
||||||
The `_meta` parameter is optional and not automatically generated or used by {es}.
|
The `_meta` parameter is optional and not automatically generated or used by {es}.
|
||||||
|
|
||||||
|
|
|
@ -260,7 +260,7 @@ To check the `version`, you can use the <<indices-get-template, get index templa
|
||||||
|
|
||||||
You can use the `_meta` parameter to add arbitrary metadata to an index template.
|
You can use the `_meta` parameter to add arbitrary metadata to an index template.
|
||||||
This user-defined object is stored in the cluster state,
|
This user-defined object is stored in the cluster state,
|
||||||
so keeping it short is preferrable.
|
so keeping it short is preferable.
|
||||||
|
|
||||||
The `_meta` parameter is optional and not automatically generated or used by {es}.
|
The `_meta` parameter is optional and not automatically generated or used by {es}.
|
||||||
|
|
||||||
|
|
|
@ -561,7 +561,7 @@ end::dfas-downsample-factor[]
|
||||||
tag::dfas-early-stopping-enabled[]
|
tag::dfas-early-stopping-enabled[]
|
||||||
Advanced configuration option.
|
Advanced configuration option.
|
||||||
Specifies whether the training process should finish if it is not finding any
|
Specifies whether the training process should finish if it is not finding any
|
||||||
better perfoming models. If disabled, the training process can take significantly
|
better performing models. If disabled, the training process can take significantly
|
||||||
longer and the chance of finding a better performing model is unremarkable.
|
longer and the chance of finding a better performing model is unremarkable.
|
||||||
By default, early stoppping is enabled.
|
By default, early stoppping is enabled.
|
||||||
end::dfas-early-stopping-enabled[]
|
end::dfas-early-stopping-enabled[]
|
||||||
|
|
|
@ -1025,7 +1025,7 @@ Defines optional {transform} settings.
|
||||||
end::transform-settings[]
|
end::transform-settings[]
|
||||||
|
|
||||||
tag::transform-settings-dates-as-epoch-milli[]
|
tag::transform-settings-dates-as-epoch-milli[]
|
||||||
Defines if dates in the ouput should be written as ISO formatted string (default)
|
Defines if dates in the output should be written as ISO formatted string (default)
|
||||||
or as millis since epoch. `epoch_millis` has been the default for transforms created
|
or as millis since epoch. `epoch_millis` has been the default for transforms created
|
||||||
before version `7.11`. For compatible output set this to `true`.
|
before version `7.11`. For compatible output set this to `true`.
|
||||||
The default value is `false`.
|
The default value is `false`.
|
||||||
|
|
|
@ -111,7 +111,7 @@ This request returns the following response:
|
||||||
}
|
}
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
// TESTRESPONSE[s/"modified_date": "2019-04-23T01:30:00.000Z"/"modified_date": $body.daily-snapshots.modified_date/ s/"modified_date_millis": 1556048137314/"modified_date_millis": $body.daily-snapshots.modified_date_millis/ s/"next_execution": "2019-04-24T01:30:00.000Z"/"next_execution": $body.daily-snapshots.next_execution/ s/"next_execution_millis": 1556048160000/"next_execution_millis": $body.daily-snapshots.next_execution_millis/]
|
// TESTRESPONSE[s/"modified_date": "2019-04-23T01:30:00.000Z"/"modified_date": $body.daily-snapshots.modified_date/ s/"modified_date_millis": 1556048137314/"modified_date_millis": $body.daily-snapshots.modified_date_millis/ s/"next_execution": "2019-04-24T01:30:00.000Z"/"next_execution": $body.daily-snapshots.next_execution/ s/"next_execution_millis": 1556048160000/"next_execution_millis": $body.daily-snapshots.next_execution_millis/]
|
||||||
<1> The version of the snapshot policy, only the latest verison is stored and incremented when the policy is updated
|
<1> The version of the snapshot policy, only the latest version is stored and incremented when the policy is updated
|
||||||
<2> The last time this policy was modified.
|
<2> The last time this policy was modified.
|
||||||
<3> The next time this policy will be executed.
|
<3> The next time this policy will be executed.
|
||||||
|
|
||||||
|
|
|
@ -166,7 +166,7 @@ The `url` parameter supports the following protocols:
|
||||||
|
|
||||||
`http_max_retries`::
|
`http_max_retries`::
|
||||||
|
|
||||||
Specifies the maximun number of retries that are perfomed in case of transient failures for `http` and `https` URLs.
|
Specifies the maximun number of retries that are performed in case of transient failures for `http` and `https` URLs.
|
||||||
The default value is `5`.
|
The default value is `5`.
|
||||||
|
|
||||||
`http_socket_timeout`::
|
`http_socket_timeout`::
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue