elasticmagic-kt
0.0.30
elasticmagic-kotlinx-datetime
/
dev.evo.elasticmagic.doc
Package-level
declarations
Types
Functions
Types
Base
Kotlinx
Date
Time
Type
Link copied to clipboard
abstract
class
BaseKotlinxDateTimeType
<
V
>
:
BaseDateTimeType
<
V
>
Date
Time
Type
Link copied to clipboard
object
DateTimeType
:
BaseKotlinxDateTimeType
<
LocalDateTime
>
Date
Type
Link copied to clipboard
object
DateType
:
BaseKotlinxDateTimeType
<
LocalDate
>
Instant
Type
Link copied to clipboard
object
InstantType
:
BaseKotlinxDateTimeType
<
Instant
>
Functions
date
Link copied to clipboard
fun
FieldSet
.
date
(
name
:
String
?
=
null
,
docValues
:
Boolean
?
=
null
,
index
:
Boolean
?
=
null
,
store
:
Boolean
?
=
null
,
params
:
Params
?
=
null
)
:
FieldSet.Field
<
LocalDate
,
LocalDate
>
datetime
Link copied to clipboard
fun
FieldSet
.
datetime
(
name
:
String
?
=
null
,
docValues
:
Boolean
?
=
null
,
index
:
Boolean
?
=
null
,
store
:
Boolean
?
=
null
,
params
:
Params
?
=
null
)
:
FieldSet.Field
<
LocalDateTime
,
LocalDateTime
>
instant
Link copied to clipboard
fun
FieldSet
.
instant
(
name
:
String
?
=
null
,
docValues
:
Boolean
?
=
null
,
index
:
Boolean
?
=
null
,
store
:
Boolean
?
=
null
,
params
:
Params
?
=
null
)
:
FieldSet.Field
<
Instant
,
Instant
>