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