SDK
SDK Java v3.x
2

This SDK is deprecated. We recommend to use the Kuzzle SDK-JVM.
A migration guide is available here

create #

Creates a new index in Kuzzle

Arguments #

Copied to clipboard!
CompletableFuture<Void> create(final String index) 
  throws NotConnectedException, InternalException
Argument Type Description
index
String
Index name

Usage #

Copied to clipboard!
kuzzle.getIndexController().create("nyc-open-data").get();