@terascope/opensearch-client / client/method-helpers/mget
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: opensearch-client/src/client/method-helpers/mget.ts:4
Parameters
| Parameter | Type |
|---|---|
params | MGetParams |
distributionMeta | ClientMetadata |
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[]; }