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