PreparedCreateIndex

class PreparedCreateIndex(indexName: String, settings: Params, mapping: Document?, aliases: Params, waitForActiveShards: Boolean?, masterTimeout: String?, timeout: String?)

Properties

aliases
Link copied to clipboard
val aliases: Params
indexName
Link copied to clipboard
val indexName: String
mapping
Link copied to clipboard
val mapping: Document? = null
masterTimeout
Link copied to clipboard
val masterTimeout: String? = null
settings
Link copied to clipboard
val settings: Params
timeout
Link copied to clipboard
val timeout: String? = null
waitForActiveShards
Link copied to clipboard
val waitForActiveShards: Boolean? = null