NOTE: You are looking at documentation for an older release. For the latest information, see the current release documentation.
indices.putMapping
editindices.putMapping
editclient.indices.putMapping({
index: string | string[],
type: string,
include_type_name: boolean,
timeout: string,
master_timeout: string,
ignore_unavailable: boolean,
allow_no_indices: boolean,
expand_wildcards: 'open' | 'closed' | 'none' | 'all',
update_all_types: boolean,
body: object
})
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|