Official Plugins (Kuzzle v2.x)
Workflows v0.x
2

This plugin is part of the Kuzzle Enterprise Plan. If you are interested, please contact us.

Hooks #

setup #

Method executed when creating a new engine on an index

This can be used to create collections.


Copied to clipboard!
setup (index: string): Promise<void>

Arguments Type Description
index
string
Index name to setup

dispose #

Method executed when deleting an engine from an index

This can be used to delete collections.


Copied to clipboard!
dispose (index: string): Promise<void>

Arguments Type Description
index
string
Index name to dispose