elasticmagic-kt
0.0.30
elasticmagic
/
dev.evo.elasticmagic.compile
/
PreparedCreateIndex
Prepared
Create
Index
class
PreparedCreateIndex
(
val
indexName
:
String
,
val
settings
:
Params
,
val
mapping
:
Document
?
=
null
,
val
aliases
:
Params
=
Params()
,
val
waitForActiveShards
:
Boolean
?
=
null
,
val
masterTimeout
:
String
?
=
null
,
val
timeout
:
String
?
=
null
)
Constructors
Properties
Constructors
Prepared
Create
Index
Link copied to clipboard
fun
PreparedCreateIndex
(
indexName
:
String
,
settings
:
Params
,
mapping
:
Document
?
=
null
,
aliases
:
Params
=
Params()
,
waitForActiveShards
:
Boolean
?
=
null
,
masterTimeout
:
String
?
=
null
,
timeout
:
String
?
=
null
)
Properties
aliases
Link copied to clipboard
val
aliases
:
Params
index
Name
Link copied to clipboard
val
indexName
:
String
mapping
Link copied to clipboard
val
mapping
:
Document
?
=
null
master
Timeout
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
wait
For
Active
Shards
Link copied to clipboard
val
waitForActiveShards
:
Boolean
?
=
null