elasticmagic-kt
0.0.30
elasticmagic
/
dev.evo.elasticmagic.doc
/
Document
/
RuntimeField
Runtime
Field
class
RuntimeField
<
V
>
(
val
name
:
String
?
,
val
type
:
FieldType
<
V
,
V
>
,
val
script
:
Script
)
Constructors
Functions
Properties
Constructors
Runtime
Field
Link copied to clipboard
fun
<
V
>
RuntimeField
(
name
:
String
?
,
type
:
FieldType
<
V
,
V
>
,
script
:
Script
)
Functions
provide
Delegate
Link copied to clipboard
operator
fun
provideDelegate
(
thisRef
:
Document
,
prop
:
KProperty
<
*
>
)
:
ReadOnlyProperty
<
Document
,
BoundRuntimeField
<
V
>
>
Properties
name
Link copied to clipboard
val
name
:
String
?
script
Link copied to clipboard
val
script
:
Script
type
Link copied to clipboard
val
type
:
FieldType
<
V
,
V
>