KeywordType

Keyword field type is used for not-analyzed strings.

See: https://www.elastic.co/guide/en/elasticsearch/reference/current/keyword.html

Functions

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

Deserializes field value from Elasticsearch.

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

Deserializes term value from Elasticsearch.

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

Serializes field value to Elasticsearch.

Link copied to clipboard
open override fun serializeTerm(v: String): 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<String>

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