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