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