[apis] regenerate
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1131,8 +1131,8 @@ Options:::
|
||||
<<api-param-type-boolean,`Boolean`>> -- Specify whether aggregation and suggester names should be prefixed by their respective types in the response
|
||||
`[preFilterShardSize=128]`::
|
||||
<<api-param-type-number,`Number`>> -- A threshold that enforces a pre-filter roundtrip to prefilter search shards based on query rewriting if the number of shards the search request expands to exceeds the threshold. This filter roundtrip can limit the number of shards significantly if for instance a shard can not match any documents based on it's rewrite method ie. if date filters are mandatory to match but the shard bounds and the query are disjoint.
|
||||
`[maxConcurrentShardRequests=The default grows with the number of nodes in the cluster but is at most 256.]`::
|
||||
<<api-param-type-number,`Number`>> -- The number of concurrent shard requests each sub search executes concurrently. This value should be used to limit the impact of the search on the cluster in order to limit the number of concurrent shard requests
|
||||
`[maxConcurrentShardRequests=5]`::
|
||||
<<api-param-type-number,`Number`>> -- The number of concurrent shard requests each sub search executes concurrently per node. This value should be used to limit the impact of the search on the cluster in order to limit the number of concurrent shard requests
|
||||
`restTotalHitsAsInt`::
|
||||
<<api-param-type-boolean,`Boolean`>> -- Indicates whether hits.total should be rendered as an integer or an object in the rest search response
|
||||
`[ccsMinimizeRoundtrips=true]`::
|
||||
@ -1653,7 +1653,7 @@ Options:::
|
||||
<<api-param-type-boolean,`Boolean`>> -- Specify if request cache should be used for this request or not, defaults to index level setting
|
||||
`[batchedReduceSize=512]`::
|
||||
<<api-param-type-number,`Number`>> -- The number of shard results that should be reduced at once on the coordinating node. This value should be used as a protection mechanism to reduce the memory overhead per search request if the potential number of shards in the request can be large.
|
||||
`[maxConcurrentShardRequests=The default is 5.]`::
|
||||
`[maxConcurrentShardRequests=5]`::
|
||||
<<api-param-type-number,`Number`>> -- The number of concurrent shard requests per node this search executes concurrently. This value should be used to limit the impact of the search on the cluster in order to limit the number of concurrent shard requests
|
||||
`[preFilterShardSize=128]`::
|
||||
<<api-param-type-number,`Number`>> -- A threshold that enforces a pre-filter roundtrip to prefilter search shards based on query rewriting if the number of shards the search request expands to exceeds the threshold. This filter roundtrip can limit the number of shards significantly if for instance a shard can not match any documents based on it's rewrite method ie. if date filters are mandatory to match but the shard bounds and the query are disjoint.
|
||||
|
||||
5310
docs/api_methods_7_1.asciidoc
Normal file
5310
docs/api_methods_7_1.asciidoc
Normal file
File diff suppressed because it is too large
Load Diff
@ -52,25 +52,25 @@ Default in Node:::
|
||||
+
|
||||
WARNING: This default will track the latest version of Elasticsearch, and is only intended to be used during development. It is highly recommended that you set this parameter in all code that is headed to production.
|
||||
|
||||
Default ::: `'7.1'`
|
||||
Default ::: `'7.2'`
|
||||
|
||||
Options in node :::
|
||||
* `'7.2'`
|
||||
* `'7.1'`
|
||||
* `'7.0'`
|
||||
* `'6.7'`
|
||||
* `'6.8'`
|
||||
* `'5.6'`
|
||||
* `'7.2'` (unstable)
|
||||
* `'6.8'` (unstable)
|
||||
* `'7.3'` (unstable)
|
||||
* `'7.x'` (unstable)
|
||||
* `'master'` (unstable)
|
||||
|
||||
Options in the browser :::
|
||||
* `'7.2'`
|
||||
* `'7.1'`
|
||||
* `'7.0'`
|
||||
* `'6.7'`
|
||||
* `'6.8'`
|
||||
* `'5.6'`
|
||||
* `'7.2'` (unstable)
|
||||
* `'6.8'` (unstable)
|
||||
* `'7.3'` (unstable)
|
||||
* `'7.x'` (unstable)
|
||||
* `'master'` (unstable)
|
||||
|
||||
|
||||
@ -22,9 +22,11 @@ include::development.asciidoc[]
|
||||
|
||||
include::api_methods.asciidoc[]
|
||||
|
||||
include::api_methods_7_1.asciidoc[]
|
||||
|
||||
include::api_methods_7_0.asciidoc[]
|
||||
|
||||
include::api_methods_6_7.asciidoc[]
|
||||
include::api_methods_6_8.asciidoc[]
|
||||
|
||||
include::api_methods_5_6.asciidoc[]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user