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
allow_partial_search_results?: boolean
analyze_wildcard?: boolean
analyzer?: string
batched_reduce_size?: number
body?: T
default_operator?: "AND" | "OR"
df?: string
docvalue_fields?: string | string[]
error_trace?: boolean
expand_wildcards?: "all" | "none" | "closed" | "open" | "hidden"
explain?: boolean
filter_path?: string | string[]
from?: number
human?: boolean
ignore_throttled?: boolean
ignore_unavailable?: boolean
index?: string | string[]
keep_alive?: string
keep_on_completion?: boolean
lenient?: boolean
max_concurrent_shard_requests?: number
method?: string
preference?: string
pretty?: boolean
q?: string
request_cache?: boolean
routing?: string | string[]
search_type?: "query_then_fetch" | "dfs_query_then_fetch"
seq_no_primary_term?: boolean
size?: number
sort?: string | string[]
source?: string
stats?: string | string[]
stored_fields?: string | string[]
suggest_field?: string
suggest_mode?: "always" | "missing" | "popular"
suggest_size?: number
suggest_text?: string
terminate_after?: number
timeout?: string
track_scores?: boolean
track_total_hits?: boolean
typed_keys?: boolean
version?: boolean
wait_for_completion_timeout?: string

Generated using TypeDoc