NOTE: You are looking at documentation for an older release. For the latest information, see the current release documentation.
msearch
editmsearch
editclient.msearch({
index: string | string[],
type: string | string[],
search_type: 'query_then_fetch' | 'query_and_fetch' | 'dfs_query_then_fetch' | 'dfs_query_and_fetch',
max_concurrent_searches: number,
typed_keys: boolean,
pre_filter_shard_size: number,
max_concurrent_shard_requests: number,
rest_total_hits_as_int: boolean,
body: object
})
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|