Skip to main content

elasticsearch-store / elasticsearch-client/method-helpers/indicesGetFieldMapping

elasticsearch-client/method-helpers/indicesGetFieldMapping

Functions

convertIndicesGetFieldMappingParams()

convertIndicesGetFieldMappingParams(params, distributionMeta): { allow_no_indices?: boolean; expand_wildcards?: ExpandWildcards; fields: string | string[]; ignore_unavailable?: boolean; include_defaults?: boolean; index?: string | string[]; local?: boolean; } | { allow_no_indices?: boolean; expand_wildcards?: ExpandWildcards; fields: string | string[]; ignore_unavailable?: boolean; include_defaults?: boolean; index?: string | string[]; local?: boolean; type: string | string[]; }

Defined in: elasticsearch-store/src/elasticsearch-client/method-helpers/indicesGetFieldMapping.ts:3

Parameters

ParameterType
paramsIndicesGetFieldMappingParams
distributionMetaClientMetadata

Returns

{ allow_no_indices?: boolean; expand_wildcards?: ExpandWildcards; fields: string | string[]; ignore_unavailable?: boolean; include_defaults?: boolean; index?: string | string[]; local?: boolean; } | { allow_no_indices?: boolean; expand_wildcards?: ExpandWildcards; fields: string | string[]; ignore_unavailable?: boolean; include_defaults?: boolean; index?: string | string[]; local?: boolean; type: string | string[]; }