create #
Creates a new index in Kuzzle
Arguments #
CompletableFuture<Void> create(final String index)
throws NotConnectedException, InternalException
Argument | Type | Description |
---|---|---|
index | String | Index name |
Usage #
kuzzle.getIndexController().create("nyc-open-data").get();
Edit this page on Github(opens new window)