FieldFormat
interface FieldFormat
Marker interface for field formatting.
Types
Link copied to clipboard
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.