toggle menu
elasticmagic-kt
0.3.4
common
switch theme
search in API
elasticmagic
/
dev.evo.elasticmagic.ext.elasticsearch
/
VectorElementType
Vector
Element
Type
sealed
class
VectorElementType
<
T
:
Number
>
Inheritors
Float
Byte
Bit
Members
Types
Bit
Link copied to clipboard
object
Bit
:
VectorElementType
<
Byte
>
Byte
Link copied to clipboard
object
Byte
:
VectorElementType
<
Byte
>
Float
Link copied to clipboard
object
Float
:
VectorElementType
<
Float
>
Properties
name
Link copied to clipboard
val
name
:
String
?
=
null
type
Link copied to clipboard
val
type
:
NumberType
<
T
>