create #
Creates a new index in Kuzzle
Arguments #
Future<bool> create(String index)
Argument | Type | Description |
---|---|---|
index | String | Index name |
Usage #
await kuzzle
.index
.create('nyc-open-data');
Edit this page on Github(opens new window)
Creates a new index in Kuzzle
Future<bool> create(String index)
Argument | Type | Description |
---|---|---|
index | String | Index name |
await kuzzle
.index
.create('nyc-open-data');