elasticsearch-store / elasticsearch-client/method-helpers/helper-utils
elasticsearch-client/method-helpers/helper-utils
Functions
ensureNoTypeInMapping()
ensureNoTypeInMapping(
mappings
):Record
<string
,any
>
Parameters
Parameter | Type |
---|---|
mappings | undefined | Record <string , any > |
Returns
Record
<string
, any
>
Source
elasticsearch-store/src/elasticsearch-client/method-helpers/helper-utils.ts:31
ensureTypeInMapping()
ensureTypeInMapping(
body
):undefined
|IndexTemplateProperties
Parameters
Parameter | Type |
---|---|
body | undefined | IndexTemplateProperties |
Returns
undefined
| IndexTemplateProperties
Source
elasticsearch-store/src/elasticsearch-client/method-helpers/helper-utils.ts:47
validateDistribution()
validateDistribution(
distributionMeta
):void
Parameters
Parameter | Type |
---|---|
distributionMeta | ClientMetadata |
Returns
void
Source
elasticsearch-store/src/elasticsearch-client/method-helpers/helper-utils.ts:3