DoubleType

object DoubleType : NumberType<Double>

Double field type represents double-precision floating point value.

Functions

deserialize
Link copied to clipboard
open override fun deserialize(v: Any, valueFactory: () -> Double?): Double
Deserializes field value from Elasticsearch.
deserializeTerm
Link copied to clipboard
open override fun deserializeTerm(v: Any): Double
Deserializes term value from Elasticsearch.
serialize
Link copied to clipboard
open fun serialize(v: Double): Any
Serializes field value to Elasticsearch.
serializeTerm
Link copied to clipboard
open override fun serializeTerm(v: Double): Any
Serializes term value to Elasticsearch.

Properties

name
Link copied to clipboard
open override val name: String
Name of Elasticsearch mapping type.
termType
Link copied to clipboard
open override val termType: KClass<Double>
Term class is used inside FieldSet.