Impl

data class Impl(val field: FieldOperations<*>, val format: String? = null) : FieldFormat, ArrayExpression

Represents field formatting. Used in dev.evo.elasticmagic.SearchQuery.fields and dev.evo.elasticmagic.SearchQuery.docvalueFields.

Format examples:

Constructors

Link copied to clipboard
fun Impl(field: FieldOperations<*>, format: String? = null)

Functions

Link copied to clipboard
open override fun accept(ctx: Serializer.ArrayCtx, compiler: BaseSearchQueryCompiler)
Link copied to clipboard
open fun children(): Iterator<Expression<*>>?
Link copied to clipboard
open override fun clone(): FieldFormat.Impl
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
val format: String? = null