IntType

Integer field type represents signed integer value from Int.MIN_VALUE to Int.MAX_VALUE.

Functions

Link copied to clipboard
open override fun deserialize(v: Any, valueFactory: () -> Int?): Int

Deserializes field value from Elasticsearch.

Link copied to clipboard
open override fun deserializeTerm(v: Any): Int

Deserializes term value from Elasticsearch.

Link copied to clipboard
open fun serialize(v: Int): Any

Serializes field value to Elasticsearch.

Link copied to clipboard
open override fun serializeTerm(v: Int): Any

Serializes term value to Elasticsearch.

Properties

Link copied to clipboard
open override val name: String

Name of Elasticsearch mapping type.

Link copied to clipboard
open override val termType: KClass<Int>

Term class is used inside FieldSet.getFieldByName method to check term type before casting.