Type Parameters

  • T = RequestBody

Hierarchy

Properties

_source?: string | string[]
_source_exclude?: string | string[]
_source_excludes?: string | string[]
_source_include?: string | string[]
_source_includes?: string | string[]
allow_no_indices?: boolean
analyze_wildcard?: boolean
analyzer?: string
body?: T
conflicts?: "abort" | "proceed"
default_operator?: "AND" | "OR"
df?: string
error_trace?: boolean
expand_wildcards?: "all" | "none" | "closed" | "open" | "hidden"
filter_path?: string | string[]
from?: number
human?: boolean
ignore_unavailable?: boolean
index: string | string[]
lenient?: boolean
max_docs?: number
method?: string
pipeline?: string
preference?: string
pretty?: boolean
q?: string
refresh?: boolean
request_cache?: boolean
requests_per_second?: number
routing?: string | string[]
scroll?: string
scroll_size?: number
search_timeout?: string
search_type?: "query_then_fetch" | "dfs_query_then_fetch"
size?: number
slices?: string | number
sort?: string | string[]
source?: string
stats?: string | string[]
terminate_after?: number
timeout?: string
type?: string | string[]
version?: boolean
version_type?: boolean
wait_for_active_shards?: string
wait_for_completion?: boolean

Generated using TypeDoc