[apis] regenerate
This commit is contained in:
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user