# Functions
AllowNoIndices If false, the request returns an error if any wildcard expression, index alias, or _all value targets only missing or closed indices.
CcsMinimizeRoundtrips If true, network roundtrips between the coordinating node and remote clusters are minimized for cross-cluster search requests.
ErrorTrace When set to `true` Elasticsearch will include the full stack trace of errors when they occur.
ExpandWildcards Type of index that wildcard expressions can match.
FilterPath Comma-separated list of filters in dot notation which reduce the response returned by Elasticsearch.
Human Whether to return time and byte values in human-readable format.
IgnoreThrottled If true, concrete, expanded or aliased indices are ignored when frozen.
IgnoreUnavailable If true, missing or closed indices are not included in the response.
MaxConcurrentSearches The number of concurrent searches the multi search api can execute.
MaxConcurrentShardRequests The number of concurrent shard requests the multi search api can execute per search.
PreFilterShardSize A threshold that enforces a pre-filter roundtrip to prefilter search shards based on query rewriting if the number of search shards the search request expands to exceeds the threshold.
Pretty If set to `true` the returned JSON will be "pretty-formatted".
RestTotalHitsAsInt Indicates whether hits.total should be rendered as an integer or an object in the rest search response.
Routing A comma-separated list of specific routing values.
SearchType Search operation type.
TypedKeys Specify whether aggregation and suggester names should be prefixed by their respective types in the response.
# Type aliases
No description provided by the author