Skip to main content

elasticsearch-store / elasticsearch-client/method-helpers/mget

elasticsearch-client/method-helpers/mget

Functions

convertMGetParams()

convertMGetParams(params, distributionMeta): Record<string, any> | { _source: string | boolean | string[]; _source_excludes: string | string[]; _source_includes: string | string[]; body: MGetBody; index: string; preference: string; realtime: boolean; refresh: boolean; routing: string; stored_fields: string | string[]; }

Defined in: elasticsearch-store/src/elasticsearch-client/method-helpers/mget.ts:4

Parameters

ParameterType
paramsMGetParams
distributionMetaClientMetadata

Returns

Record<string, any> | { _source: string | boolean | string[]; _source_excludes: string | string[]; _source_includes: string | string[]; body: MGetBody; index: string; preference: string; realtime: boolean; refresh: boolean; routing: string; stored_fields: string | string[]; }