Fields

class Fields(fields: Map<String, List<Any>>)

Constructors

Link copied to clipboard
fun Fields(fields: Map<String, List<Any>>)

Functions

Link copied to clipboard
operator fun contains(field: FieldOperations<*>): Boolean

Checks if the search hit contains the given field.

operator fun contains(field: String): Boolean

Checks if the search hit contains the given field name.

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
operator fun <V> get(field: BoundField<V, *>): List<V>

Returns deserialized value for the corresponding field.

operator fun get(field: String): List<Any>

Returns the value for the corresponding field name.

Link copied to clipboard
open override fun hashCode(): Int